HEADJACK
Search Results for

    Show / Hide Table of Contents

    Class App.CategoryMetadata

    Namespace: Headjack

    Container class for Category metadata, used by GetCategoryMetadata(String).

    Fields

    Description

    Additional description of the category

    Declaration
    public string Description
    Field Value
    Type Description
    System.String

    Id

    Id of this category

    Declaration
    public string Id
    Field Value
    Type Description
    System.String

    Name

    Name of the Category

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    ParentId

    This category's parent category (null if this is not a sub-category)

    Declaration
    public string ParentId
    Field Value
    Type Description
    System.String

    ThumbnailId

    Media ID of the thumbnail associated with this category

    Declaration
    public string ThumbnailId
    Field Value
    Type Description
    System.String
    In This Article
    Back to top