Show / Hide Table of Contents

Enum DeleteMode

Media asset delete mode. DELETE_CHILDREN deletes all the MediaAssets with a given mediaAssetParentId. DELETE_DERIVATIONS deletes all the Media Assets with a given masterMediaAssetId.

Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public enum DeleteMode

Fields

Name Description
DeleteChildren
DeleteDerivations
In this article
Back to top