ISPO SDK
    Preparing search index...

    Interface AssetsApi

    Markdown
    interface AssetsApi {
        delete(ref: string): Promise<AssetsDeleteResult>;
        delete(args: AssetsDeleteArgs): Promise<AssetsDeleteResult>;
        publish(
            content: AssetContent,
            options: AssetsPublishOptions,
        ): Promise<AssetsPublishResult>;
        publish(args: AssetsPublishArgs): Promise<AssetsPublishResult>;
    }
    Index