Method GetPropertyLocalizedDomainName
GetPropertyLocalizedDomainName(DocumentId, string)
Gets the localized domain name of a document property.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
string GetPropertyLocalizedDomainName(DocumentId inDocumentId, string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| string | inFullName | Full name of the document property to analyze. |
Returns
| Type | Description |
|---|---|
| string | Localized domain name of the property. |
Remarks
This method is available since v7.8.300.60.