|  | PanelgetXSectionViewForm Method | 
            Format an XPath for a section's view form root.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static string getXSectionViewForm(
	string secionCaption,
	string viewFormId
)
Public Shared Function getXSectionViewForm ( 
	secionCaption As String,
	viewFormId As String
) As String
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
See Also