Search Results for

    Show / Hide Table of Contents

    Class CmsForm

    The Object Type 50. This object type describes a form with its maintainable attributes. If the created form is assigned to an object type, it is the description of the attributes of that object. One or more forms are used to describe the attributes of an object type. In this way, the same attributes can be maintained for different objects using different forms.

    Inheritance
    object
    CmsObject
    CmsForm
    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 CmsForm : CmsObject

    Properties

    AttributeIcon

    Get or set value of attribute 1016

    Declaration
    public int? AttributeIcon { get; set; }
    Property Value
    Type Description
    int?

    FormConditionAttribute

    Get or set value of attribute 5054

    Declaration
    public int? FormConditionAttribute { get; set; }
    Property Value
    Type Description
    int?

    FormConditionRefs

    Get or set values of attribute 5055

    Declaration
    public IEnumerable<int> FormConditionRefs { get; set; }
    Property Value
    Type Description
    IEnumerable<int>

    FormContent

    Get or set values of attribute 5053

    Declaration
    public IEnumerable<int> FormContent { get; set; }
    Property Value
    Type Description
    IEnumerable<int>

    FormIsSingleEditor

    Get or set value of attribute 5056

    Declaration
    public bool? FormIsSingleEditor { get; set; }
    Property Value
    Type Description
    bool?

    PackageMembership

    Get or set value of attribute 13000

    Declaration
    public int? PackageMembership { get; set; }
    Property Value
    Type Description
    int?

    Methods

    GetAttributeDescription(int)

    Get value of attribute 1012

    Declaration
    public string GetAttributeDescription(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    GetAttributeName(int)

    Get value of attribute 1000

    Declaration
    public string GetAttributeName(int language)
    Parameters
    Type Name Description
    int language
    Returns
    Type Description
    string

    SetAttributeDescription(int, string)

    Set value of attribute 1012

    Declaration
    public void SetAttributeDescription(int language, string value)
    Parameters
    Type Name Description
    int language
    string value

    SetAttributeName(int, string)

    Set value of attribute 1000

    Declaration
    public void SetAttributeName(int language, string value)
    Parameters
    Type Name Description
    int language
    string value
    In this article
    Back to top Version 6.1.0.31rc