 | 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.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static string getXViewForm(
string sectionCaption,
string viewFormId,
IDictionary<string, string> viewFormValues
)
Public Shared Function getXViewForm (
sectionCaption As String,
viewFormId As String,
viewFormValues As IDictionary(Of String, String)
) As String
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