Autodesk Vault ProfessionalVault API

CtntSrc Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The Content Source. In other words, the point of origin for a piece of data. Usually this is divided up into applications.

Syntax

public class CtntSrc 
Public Class CtntSrc 

Properties

NameDescription
CtntSrcDefTypsThe types of property definitions supported.
DispNameThe display name.
IdThe unique identifier.
IsRegTells if the provider is registered. If true, the provider is currently registered on the server. If false, there exists an in use property which uses this provider, but the provider is not registered.
MapDirectionThe allowed mapping directions for property data.
ReadProvClsNmThe class name of the read provider.
ReadSrcArrayAn array of file types (ex. ".dwg") that can be read by this provider.
SysNameThe system name.
WriteProvClsNmThe class name of the write provider.
WriteSrcArrayAn array of file types (ex. ".dwg") that can be written to by this provider.

Returned By

Where you get a CtntSrc — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.CtntSrc

See Also