The GetDatasetList Method returns the list of descriptions for parameters of the dataset filtered by the dependency and subset created by the user.
The GetDatasetList Method is typically used for clients to visualize the parameters’ descriptions and related metadata.
The signature of this Method is specified below. Table 16 specifies the Arguments representation.
Signature
GetDataSetList (
[in] ParameterDependencyEnumeration Dependency,
[in] 0:Boolean UserSubset,
[in] 0:Boolean CompleteSet,
[out] DataSetDefinitionType DataSetList,
[out] MethodExecutionFeedbackType ExecutionFeedback
);
Table 16 – GetDataSetList Method Arguments
Argument |
Description |
Dependency |
Dependency specifies how to select (filter) a subset of the dataset based on dependency. |
UserSubset |
UserSubset specifies how to select (filter) a subset of the dataset based on the user-defined UserSubset. |
CompleteSet |
If CompleteSet is True, then the method returns the complete dataset without considering the input parameters Dependency and UserSubset. |
DataSetList |
The list of parameters filtered as per the input arguments Dependency and UserSubset. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |