Class CmsUiString
The Object Type 70. This object type is used to define all required texts for the user interface of the application. To localize the user interface, all texts can be maintained in the available languages.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsUiString : CmsObject
Properties
PackageMembership
Get or set value of attribute 13000
Declaration
public int? PackageMembership { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
UiStringName
Get or set value of attribute 7001
Declaration
public string UiStringName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UiStringPackageName
Get or set value of attribute 7002
Declaration
public string UiStringPackageName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetUiStringResource(int)
Get value of attribute 7003
Declaration
public string GetUiStringResource(int language)
Parameters
| Type | Name | Description |
|---|---|---|
| int | language |
Returns
| Type | Description |
|---|---|
| string |
SetUiStringResource(int, string)
Set value of attribute 7003
Declaration
public void SetUiStringResource(int language, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | language | |
| string | value |