Click or drag to resize
PanelgetXSectionViewFormSpan Method
Format an XPath to append to a section view form that has an item with the provided caption and CONTAINING (not matching) the value. No element will be found if the caption does not exist with this value.

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 getXSectionViewFormSpan(
	string caption,
	string value
)

Parameters

caption
Type: SystemString
The caption of the view form field.
value
Type: SystemString
The expected value associated with the provided caption.

Return Value

Type: String

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

See Also