Method GetDocumentProperties
GetDocumentProperties(ErpPdmId, string)
Gets document properties, in target culture.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 222, 80)]
List<ErpProperty> GetDocumentProperties(ErpPdmId inPdmId, string inCulture)
Parameters
| Type | Name | Description |
|---|---|---|
| ErpPdmId | inPdmId | Erp identifier of the object |
| string | inCulture | culture to use, only available : 'en' or 'fr' |
Returns
| Type | Description |
|---|---|
| List<ErpProperty> | The list of properties data |