Autodesk Vault ProfessionalVault API

SupportCreate Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesContentSourcePropertyDefinition

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.

Syntax

public System.bool SupportCreate {get;}
Public ReadOnly Property SupportCreate As System.Boolean

See Also