VerifySiteURL Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Client Namespace > SharePointEventItem Class : VerifySiteURL Method



URL
CredCache

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub VerifySiteURL( _
   ByRef URL As String, _
   ByVal CredCache As CredentialCache _
) 
Visual Basic (Usage) Copy Code
Dim instance As SharePointEventItem
Dim URL As String
Dim CredCache As CredentialCache
 
instance.VerifySiteURL(URL, CredCache)
C#  
public void VerifySiteURL( 
   out string URL,
   CredentialCache CredCache
)
C++/CLI  
public:
void VerifySiteURL( 
   [Out] String^ URL,
   CredentialCache^ CredCache
) 

Parameters

URL
CredCache

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