ContentSourcePropertyDefinition Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| ContentSourcePropertyDefinition | Creates an instance of a ContentSourcePropertyDefinition |
Properties
| Name | Description |
|---|---|
| Classification | Gets a value that describes the type of the ContentSourcePropertyDefinition from the content source perspective. |
| DataType | Gets the data type of the ContentSourcePropertyDefinition |
| DisplayName | Gets the display name of the ContentSourcePropertyDefinition |
| Moniker | Gets a string which uniquely identifies thie ContentSourcePropertyDefinition |
| Provider | Gets the ContentSourceProvider that was used to pull thie ContentSourcePropertyDefinition out of a content file. |
| SupportCreate | Gets 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. |
| SupportedMappingDir | Gets a value which describes the allowed mappings between this ContentSourcePropertyDefinition and Vault PropertyDefinition's |
| SupportWrite | Gets 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