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

    Interface UpdateFileMetadata

    interface UpdateFileMetadata {
        contentModified?: null | Instant;
        data?: null | ResourceDescriptor;
        description?: string;
        fileLink?: null | number;
        firstPublish?: null | Instant;
        id?: undefined;
        isPinned?: boolean;
        isUnlisted?: boolean;
        keywords?: string;
        name?: string;
        ordering?: number;
        publish?: boolean;
        title?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentModified?: null | Instant
    data?: null | ResourceDescriptor
    description?: string
    fileLink?: null | number
    firstPublish?: null | Instant
    id?: undefined
    isPinned?: boolean
    isUnlisted?: boolean
    keywords?: string
    name?: string
    ordering?: number
    publish?: boolean
    title?: string
    type?: string