Click or drag to resize
PanelgetXViewForm Method
Format an XPath to find a single view form in a section. Field values will be checked to CONTAIN (not match) the provided values.

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 getXViewForm(
	string sectionCaption,
	string viewFormId,
	IDictionary<string, string> viewFormValues
)

Parameters

sectionCaption
Type: SystemString
The caption of the section that the view form belongs to.
viewFormId
Type: SystemString
The unique id for the type of view form to look for. i.e. 'RevenueTransactionDetailViewForm'
viewFormValues
Type: System.Collections.GenericIDictionaryString, String
Mapping of a single view form's captions (excluding the colon) to their desired value. Field values will be checked to CONTAIN (not match) the provided values.

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXViewForm(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also