GetKey(FormTemplateLocations,String) Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > FormTemplateItem Class > GetKey Method : GetKey(FormTemplateLocations,String) Method



location
path

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetKey( _
   ByVal location As SourceCode.Workflow.Common.InfoPath.FormTemplateLocations, _
   ByVal path As String _
) As String
Visual Basic (Usage) Copy Code
Dim location As SourceCode.Workflow.Common.InfoPath.FormTemplateLocations
Dim path As String
Dim value As String
 
value = FormTemplateItem.GetKey(location, path)
C#  
public static string GetKey( 
   SourceCode.Workflow.Common.InfoPath.FormTemplateLocations location,
   string path
)
C++/CLI  
public:
static String^ GetKey( 
   SourceCode.Workflow.Common.InfoPath.FormTemplateLocations location,
   String^ path
) 

Parameters

location
path

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also