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


1TypeNameComment
2GENERICmodelcomments
3GENERICinstanceTypeNameOrInstanceTypeIdOrInstanceId 
4INTEGERprotectedDataIndex 

Return Value


 

TypeNameComment
STRINGprotectedDataDescriptioncomments

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â