Autodesk Vault ProfessionalVault API

ServerCfg Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Various pieces of configuration information.

Syntax

public class ServerCfg 
Public Class ServerCfg 

Properties

NameDescription
BhvArrayAll the behaviors in the system.
CtntSrcArrayAll the content sources on the system.
EntClassCfgArrayThe entity classes on the system.
EquivIf true, the system can report if a user defined property value is not equivalent to a mapped content source property. If false, the system will not detect if the values are equivalent or not.
InitValsIf true, user defined properties support an initial default value.
NoCtntMapIf true, the system supports user defined properties that are not mapped to a content source property. If false, all user defined properties must be mapped to a content source property.
PolicyIf true, the system supports property constraints. If false, the system does not support property constraints.
PropListsIf true, user defined properties support list types. If false it is not possible to have user defined property values set from a list.

Returned By

Where you get a ServerCfg — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ServerCfg

See Also