Autodesk Vault ProfessionalVault API

GetPropertyDefinitionsByContentSourceIdAndMoniker Method

Autodesk.Connectivity.WebServicesPropertyService

Gets a list of property definitions mapped to a content source property.

Required Permissions

ManagePropertyDefinition

Syntax

public PropDef[] GetPropertyDefinitionsByContentSourceIdAndMoniker(
   System.long contentSourceId,
   System.string ctntSrcPropDefMoniker
)
Public Function GetPropertyDefinitionsByContentSourceIdAndMoniker( _
   ByVal contentSourceId As System.Long, _
   ByVal ctntSrcPropDefMoniker As System.String _
) As PropDef()

Parameters

NameDescription
contentSourceIdThe content source ID.
ctntSrcPropDefMonikerThe unique identifier for the property within the content source.

Return Value

A list of property definitions mapped to the content source property.

See Also