 | 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.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static string getXSectionViewFormSpan(
string caption,
string value
)
Public Shared Function getXSectionViewFormSpan (
caption As String,
value As String
) As String
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