Search Results for

    Show / Hide Table of Contents

    Class ContentItem<T>

    Inheritance
    object
    ContentItem<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class ContentItem<T>
    Type Parameters
    T

    Properties

    Audit

    Audit data with information regarding document creation and modification.

    Declaration
    public UserAuditDetail Audit { get; set; }
    Property Value
    UserAuditDetail

    Content

    The content data

    Declaration
    public T Content { get; set; }
    Property Value
    T

    ContentPermissionSetIds

    An optional id list of content permission sets. Controls content accessibility outside of content ownership.

    Declaration
    public ICollection<string> ContentPermissionSetIds { get; set; }
    Property Value
    ICollection<string>

    ContentRights

    List of content rights the user has on this content

    Declaration
    public ICollection<ContentRight> ContentRights { get; set; }
    Property Value
    ICollection<ContentRight>

    ContentSchemaId

    The id of the content schema

    Declaration
    public string ContentSchemaId { get; set; }
    Property Value
    string

    ContentType

    The type of content

    Declaration
    public ContentType ContentType { get; set; }
    Property Value
    ContentType

    DisplayValues

    Contains language specific display values, rendered according to the content schema's display pattern configuration.

    Declaration
    public DisplayValueDictionary DisplayValues { get; set; }
    Property Value
    DisplayValueDictionary

    Id

    The content id.

    Declaration
    public string Id { get; set; }
    Property Value
    string

    LayerSchemaIds

    An optional list of layer schemas ids

    Declaration
    public ICollection<string> LayerSchemaIds { get; set; }
    Property Value
    ICollection<string>

    LifeCycle

    The lifecycle of the content.

    Declaration
    public LifeCycle LifeCycle { get; set; }
    Property Value
    LifeCycle

    Metadata

    The metadata dictionary

    Declaration
    public IDictionary<string, object> Metadata { get; set; }
    Property Value
    IDictionary<string, object>

    Outputs

    A list of rendering outputs for underlying digital file.

    Declaration
    public ICollection<Output> Outputs { get; set; }
    Property Value
    ICollection<Output>

    Owner

    The resolved owner.

    Declaration
    public User Owner { get; set; }
    Property Value
    User

    OwnerTokenId

    The owner token ID. Defines the content owner.

    Declaration
    public string OwnerTokenId { get; set; }
    Property Value
    string

    Back to top Generated by DocFX