HEADJACK
Search Results for

    Show / Hide Table of Contents

    Class App.ProjectMetadata

    Namespace: Headjack

    Container class with metadata about a Project

    Remarks
    Note

    Get Project metadata using function GetProjectMetadata(String, App.ByteConversionType)

    Note

    Certain fields can be null when they arent uploaded on the server

    Fields

    AudioId

    The external audio that is included in the project (can be null)

    Declaration
    public string AudioId
    Field Value
    Type Description
    System.String

    Category

    The category where the project can be found (can be null)

    Declaration
    public string Category
    Field Value
    Type Description
    System.String

    CreationDate

    The project's creation date (in ISO 9075 format)

    Declaration
    public string CreationDate
    Field Value
    Type Description
    System.String

    Description

    The project's description (can be null)

    Declaration
    public string Description
    Field Value
    Type Description
    System.String

    Id

    Id of the project

    Declaration
    public string Id
    Field Value
    Type Description
    System.String

    ThumbnailId

    The media id of the thumbnail that belongs to this project (can be null)

    Declaration
    public string ThumbnailId
    Field Value
    Type Description
    System.String

    Title

    The project's title

    Declaration
    public string Title
    Field Value
    Type Description
    System.String

    TotalSize

    Filesize (in App.ByteConversionType) of all files in this project, when downloaded on current device

    Declaration
    public float TotalSize
    Field Value
    Type Description
    System.Single

    VideoId

    The video that is included in the project (can be null)

    Declaration
    public string VideoId
    Field Value
    Type Description
    System.String

    Views

    The project's total view count (if explicitly enabled for this project in the Headjack CMS)

    Declaration
    public int Views
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top