xpfGetProtectedDataDefinition
FUNCTION xpfGetProtectedDataDefinition(model : GENERIC; instanceTypeNameOrInstanceTypeIdOrInstanceId : GENERRIC; protectedDataIndex : INTEGER) protectedDataDescription : STRING;
This functions returns all "specifications" of the specified EDMprotectedDataItem in a "tab separated" string. The order of the "elements" in the result string is as the arguments in the xpxDefineProtectedData() signature. The actual EDMprotectedData item can be specified as in the xpxDefineProtectedData() function, or it can be specified by an index, starting with index = 1 for the first EDMprotectedData item.
Arguments
1 | Type | Name | Comment |
2 | GENERIC | model | comments |
3 | GENERIC | instanceTypeNameOrInstanceTypeIdOrInstanceId | Â |
4 | INTEGER | protectedDataIndex | Â |
Return Value
Â
Type | Name | Comment |
STRING | protectedDataDescription | comments |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â