Class AssetTypes
Provides constant string values that represent common ADAM (Asset Digital Asset Management) item types.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class AssetTypes
- Inheritance
-
objectAssetTypes
Remarks
The constants can be used to identify or compare asset types such as folders, files, images, and documents within ADAM-related APIs.
Fields
Document
The asset is a document.
public const string Document = "document"
Field Value
File
The asset is a file, specifically one which is not detected to be an image or a document.
public const string File = "file"
Field Value
Folder
The asset is a folder.
public const string Folder = "folder"
Field Value
Image
The asset is an image.
public const string Image = "image"