Autodesk Vault ProfessionalVault API

ContentSourcePropertyDefinition Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

Describes a property definition that lives in a content file (ie. An office document, an inventor document, an autocad document)

Syntax

public sealed class ContentSourcePropertyDefinition 
Public NotInheritable Class ContentSourcePropertyDefinition 

Constructors

NameDescription
ContentSourcePropertyDefinitionCreates an instance of a ContentSourcePropertyDefinition

Properties

NameDescription
ClassificationGets a value that describes the type of the ContentSourcePropertyDefinition from the content source perspective.
DataTypeGets the data type of the ContentSourcePropertyDefinition
DisplayNameGets the display name of the ContentSourcePropertyDefinition
MonikerGets a string which uniquely identifies thie ContentSourcePropertyDefinition
ProviderGets the ContentSourceProvider that was used to pull thie ContentSourcePropertyDefinition out of a content file.
SupportCreateGets a value which describes whether new properties can be created in the content source. If true, then when writing properties to the content file, we will create the property if it doesn't exist. If false, then we will only modify existing properties but can't create new ones. AutoCAD Block attributes are an example of properties that can only be modified, but not created.
SupportedMappingDirGets a value which describes the allowed mappings between this ContentSourcePropertyDefinition and Vault PropertyDefinition's
SupportWriteGets a value which indicates whether this content source property can be written to. If false, then the property is read only.

Returned By

Where you get a ContentSourcePropertyDefinition — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.ContentSourcePropertyDefinition

See Also