CreateFileMetadata | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface CreateFileMetadata

    interface CreateFileMetadata {
        contentModificationDate?: Instant;
        data?: null | ResourceDescriptor;
        description?: string;
        firstPublishDate?: Instant;
        id?: number;
        isPinned?: boolean;
        keywords?: string;
        publish?: boolean;
        title?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentModificationDate?: Instant
    data?: null | ResourceDescriptor
    description?: string
    firstPublishDate?: Instant
    id?: number
    isPinned?: boolean
    keywords?: string
    publish?: boolean
    title?: string
    type?: string