ClientConfigShowSubjectExplorer Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string ShowSubjectExplorer(
string ConstrainToSystem = "",
string NavigateToSubjectID = ""
)
Public Function ShowSubjectExplorer (
Optional ConstrainToSystem As String = "",
Optional NavigateToSubjectID As String = ""
) As String
public:
virtual String^ ShowSubjectExplorer(
String^ ConstrainToSystem = L"",
String^ NavigateToSubjectID = L""
) sealed
function ShowSubjectExplorer(ConstrainToSystem, NavigateToSubjectID);
Parameters
- ConstrainToSystem (Optional)
- Type: SystemString
- NavigateToSubjectID (Optional)
- Type: SystemString
Return Value
Type:
StringSee Also