ServerCfg Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Various pieces of configuration information.
Syntax
public class ServerCfg Public Class ServerCfg Properties
| Name | Description |
|---|---|
| BhvArray | All the behaviors in the system. |
| CtntSrcArray | All the content sources on the system. |
| EntClassCfgArray | The entity classes on the system. |
| Equiv | If 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. |
| InitVals | If true, user defined properties support an initial default value. |
| NoCtntMap | If 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. |
| Policy | If true, the system supports property constraints. If false, the system does not support property constraints. |
| PropLists | If 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