Click or drag to resize
FunctionalAreagetXFunctionalAreaTask Method (String, String)
Formats the unique XPath for finding a task on a functional area page using the grouping caption and task caption.

Namespace: Blackbaud.UAT.Core.Crm
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static string getXFunctionalAreaTask(
	string groupCaption,
	string taskName
)

Parameters

groupCaption
Type: SystemString
The caption of the Grouping header that the task belongs to.
taskName
Type: SystemString
The name of the task to interact with.

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.FunctionalArea.getXFunctionalAreaTask(System.String,System.String)"]

See Also