HybridForms API
    Preparing search index...

    Interface IAssetFile

    interface IAssetFile {
        contentType: string;
        created: string;
        fileID: number;
        filename: string;
        isSynced?: boolean;
        localFilePath?: string;
        parentAssetName: string;
        size: number;
    }
    Index

    Properties

    contentType: string
    created: string
    fileID: number
    filename: string
    isSynced?: boolean
    localFilePath?: string
    parentAssetName: string
    size: number