Autodesk Vault ProfessionalVault API

UpdateContentSourcePropertyDefinitionMappingPriorities Method

Autodesk.Connectivity.WebServicesPropertyService

Updates the priorities on a set of content source property mappings.

Required Permissions

ManagePropertyDefinition

Syntax

public void UpdateContentSourcePropertyDefinitionMappingPriorities(
   System.string[] entityClassIds,
   System.long[] propDefIds,
   System.long[] ctntSrcIds,
   System.string[] ctntSrcPropDefMonikers,
   MappingDirection[] mapDirs,
   System.int[] priorities
)
Public Sub UpdateContentSourcePropertyDefinitionMappingPriorities( _
   ByVal entityClassIds() As System.String, _
   ByVal propDefIds() As System.Long, _
   ByVal ctntSrcIds() As System.Long, _
   ByVal ctntSrcPropDefMonikers() As System.String, _
   ByVal mapDirs() As MappingDirection, _
   ByVal priorities() As System.Integer _
) 

Parameters

NameDescription
entityClassIdsThe entitity class.
propDefIdsThe property definition.
ctntSrcIdsThe content source.
ctntSrcPropDefMonikersThe unique identifier for the property within the content source.
mapDirsThe mapping direction.
prioritiesThe updated priority.

Remarks

All arrays must be the same size.

See Also