The LanguageBranch type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LanguageBranch | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Delete |
Delete the current branch
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| List | Overloaded. | |
| ListAll |
Lists all language branches.
| |
| ListEnabled |
Lists only the enabled language branches.
| |
| Load | Overloaded. | |
| LoadFirstEnabledBranch |
Load the first enabled language branch.
| |
| LoadSystem | Obsolete.
Load the system default branch with ID 1
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Save |
Saves language information or creates a new language
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| CacheKey |
Properties
| Name | Description | |
|---|---|---|
| ACL |
Gets or sets the ACL for this language.
| |
| Culture |
Gets the culture for this language.
| |
| CurrentUrlSegment |
Gets the current URL segment string to use when creating or verifying Friendly URL:s
| |
| Enabled |
If language is enabled
| |
| ID |
The language branch unique identifier
| |
| LanguageID |
Actual language name, for example "en"
| |
| Name |
The display name of this language.
| |
| RawIconPath |
Gets or sets the raw icon path.
| |
| ResolvedIconPath |
Gets the icon path.
| |
| SortIndex |
Sort index used for listings etc
| |
| SystemIconPath |
Path to icon used for admin and edit.
| |
| URLSegment |
Custom language name used in URL segments.
|