IGPAPI
    Preparing search index...

    Interface MediaSaveOptions

    interface MediaSaveOptions {
        addedCollections?: string[];
        mediaId: string;
        moduleName?: MobileNavModule;
        removedCollections?: string[];
    }
    Index

    Properties

    addedCollections?: string[]
    mediaId: string
    moduleName?: MobileNavModule
    removedCollections?: string[]