Enum AssetType
- Namespace
- Smartsheet.Api
- Assembly
- smartsheet-csharp-sdk.dll
Represents the type of asset for sharing operations.
[JsonConverter(typeof(StringEnumConverter))]
public enum AssetType
Fields
COLLECTION = 4Collection asset type
FILE = 5File asset type
REPORT = 1Report asset type
SHEET = 0Sheet asset type
SIGHT = 2Sight asset type
WORKSPACE = 3Workspace asset type