- Procedure CaseGetType(case, case\_type)
CaseGetType
The procedure CaseGetType retrieves the case type for a specific
case.
CaseGetType(
case, ! (input) element of the set AllCases
case_type ! (output) element parameter into AllCaseTypes
)
Arguments
- case
An element of the set
AllCases, refering to the case for which you want to retrieve its case type.- case_type
An element parameter into
AllCaseTypes, on successfull return this argument will contain the case type for the given case.
Return Value
The procedure returns 1 on success, 0 otherwise.
Note
This function is only applicable if the project option
Data_Management_styleis set toSingle_Data_Manager_file.If the option
Data_Management_styleis set todisk_files_and_folders, please use the functionCaseFileGetContentTypeinstead.