Enum ShareType
The ShareType defines different types of shares.
Namespace: Hyland.ShareBaseSdk.Models
Assembly: Hyland.ShareBaseSdk.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum ShareType : long
Fields
Name | Description |
---|---|
Content | The share is a standard share of content within ShareBase, e.g. a folder or document. |
Template | The share is a template folder upload share, which uses a curated UI, based on subfolders, to guide users during uploads. |