Method SearchUserPropertyParameter
SearchUserPropertyParameter(DocumentId, DocumentId)
Searches for a parameter entity corresponding to a user property in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
ElementId SearchUserPropertyParameter(DocumentId inDocumentId, DocumentId inUserPropertyDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| DocumentId | inUserPropertyDocumentId | Identifier of the user propserty definition document. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the parameter entity found, or Empty if not found. |
Remarks
This method is available since v7.6.