ContentSourcePropertyDefinition.ClassificationEnum Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties
The type of the ContentSourcePropertyDefinition from the content source perspective.
Syntax
public enum ContentSourcePropertyDefinition.ClassificationEnum : System.Enum Public Enum ContentSourcePropertyDefinition.ClassificationEnum
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Custom | The ContentSourcePropertyDefinition is user defined, and the ContentSourceProvider will only return the definition if the file being processed has a corresponding value. |
| None | A standard ContentSourcePropertyDefinition that will only be returned by a ContentSourceProvider if the file being processed has a corresponding property value. |
| Standard | A standard ContentSourcePropertyDefinition that will always be returned by a specific ContentSourceProvider, regardless of whether the property has a value or not. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.ContentSourcePropertyDefinition.ClassificationEnum