UpdateContentSourcePropertyDefinitionMappingPriorities Method
Updates the priorities on a set of content source property mappings.
Required Permissions
ManagePropertyDefinitionSyntax
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
| Name | Description |
|---|---|
| entityClassIds | The entitity class. |
| propDefIds | The property definition. |
| ctntSrcIds | The content source. |
| ctntSrcPropDefMonikers | The unique identifier for the property within the content source. |
| mapDirs | The mapping direction. |
| priorities | The updated priority. |
Remarks
All arrays must be the same size.