 | AnalysisFunctionalAreaInformationLibrary Method |
Navigate to the 'Information Library' Panel
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void InformationLibrary(
string groupCaption = "Information library",
string taskCaption = "Information library"
)
Public Shared Sub InformationLibrary (
Optional groupCaption As String = "Information library",
Optional taskCaption As String = "Information library"
)
public:
static void InformationLibrary(
String^ groupCaption = L"Information library",
String^ taskCaption = L"Information library"
)
Parameters
- groupCaption (Optional)
- Type: SystemString
The group header caption of the task. Defaults to "Information library". - taskCaption (Optional)
- Type: SystemString
The link caption of the task. Defaults to "Information library".
See Also