Autodesk Vault ProfessionalVault API

ContentSourcePropertyDefinition.ClassificationEnum Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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.Enum

Members

MemberDescription
CustomThe ContentSourcePropertyDefinition is user defined, and the ContentSourceProvider will only return the definition if the file being processed has a corresponding value.
NoneA standard ContentSourcePropertyDefinition that will only be returned by a ContentSourceProvider if the file being processed has a corresponding property value.
StandardA 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

See Also