Click or drag to resize
PanelgetXSectionViewForm Method
Format an XPath for a section's view form root.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static string getXSectionViewForm(
	string secionCaption,
	string viewFormId
)

Parameters

secionCaption
Type: SystemString
The caption of the section.
viewFormId
Type: SystemString
The unique id for the type of view form to look for. i.e. 'RevenueTransactionDetailViewForm'

Return Value

Type: String

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

See Also