Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    CmsObject
    CmsUiString
    Inherited Members
    CmsObject.Meta
    CmsObject.Values
    CmsObject.GetValue(int, int, int)
    CmsObject.GetValues(int, int, int)
    CmsObject.SetValue(CmsValue)
    CmsObject.SetValues(int, int, int, IEnumerable<CmsValue>)
    CmsObject.GetValue<T>(int, int, int)
    CmsObject.SetValue<T>(int, int, int, T)
    CmsObject.GetValues<T>(int, int, int)
    CmsObject.SetValues<T>(int, int, int, IEnumerable<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Version 6.1.0.31rc