GetPageCode Method
See Also 
SourceCode.DeploymentTasks.SharePoint.WorkflowIntegration Namespace > ConfigureEvent Class : GetPageCode Method



typeOf

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function GetPageCode( _
   ByVal typeOf As String _
) As Integer
Visual Basic (Usage) Copy Code
Dim typeOf As String
Dim value As Integer
 
value = ConfigureEvent.GetPageCode(typeOf)
C#  
public static int GetPageCode( 
   string typeOf
)
C++/CLI  
public:
static int GetPageCode( 
   String^ typeOf
) 

Parameters

typeOf

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