Search Results for

    Show / Hide Table of Contents

    Class CmsPresentationAs

    The Object Type 190.

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

    Properties

    AttributeIcon

    Get or set value of attribute 1016

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

    AttributeLargeIcon

    Get or set value of attribute 1033

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

    ObjectTypeAnonymous

    Get or set value of attribute 5016

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

    ObjectTypeBinaryProxy

    Get or set value of attribute 5009

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

    ObjectTypeCreateForm

    Get or set value of attribute 5001

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

    ObjectTypeDefaultPreviewDefinition

    Get or set value of attribute 5028

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

    ObjectTypeDetailForms

    Get or set values of attribute 5002

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

    ObjectTypeDisplayIconAttribute

    Get or set value of attribute 5006

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

    ObjectTypeDisplayNameAttribute

    Get or set value of attribute 5005

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

    ObjectTypeJobDefinitions

    Get or set values of attribute 5011

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

    ObjectTypeKanbanBoards

    Get or set values of attribute 5007

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

    ObjectTypeMixedListAttributes

    Get or set values of attribute 5015

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

    ObjectTypePreviewContent

    Get or set values of attribute 5014

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

    ObjectTypePreviewDefinitions

    Get or set values of attribute 5026

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

    ObjectTypeShowTooltips

    Get or set value of attribute 5020

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

    ObjectTypeThumbnailAttribute

    Get or set value of attribute 5008

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

    ObjectTypeVideoPreviewAttribute

    Get or set value of attribute 5027

    Declaration
    public int? ObjectTypeVideoPreviewAttribute { 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