GetPropertyDefinitionsByContentSourceIdAndMoniker Method
Gets a list of property definitions mapped to a content source property.
Required Permissions
ManagePropertyDefinitionSyntax
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
| Name | Description |
|---|---|
| contentSourceId | The content source ID. |
| ctntSrcPropDefMoniker | The unique identifier for the property within the content source. |
Return Value
A list of property definitions mapped to the content source property.