Member Junction
    Preparing search index...

    Interface UploadFileResult

    Result returned by FileStorageEngine.UploadFile.

    interface UploadFileResult {
        Account: MJFileStorageAccountEntity;
        FileID: string;
        Provider: MJFileStorageProviderEntity;
        StoragePath: string;
    }
    Index

    Properties

    The storage account that was used

    FileID: string

    The newly created MJ: Files record ID

    The storage provider that was used

    StoragePath: string

    The storage path (ProviderKey) where the file was stored