Validate(String,String,String,CredentialCache,String) Method
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate Namespace > SPFormLibraryLocation Class : Validate(String,String,String,CredentialCache,String) Method



siteUrl
formLibraryTitle
contentTypeName
credentials
contentTypeID

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Sub Validate( _
   ByVal siteUrl As String, _
   ByVal formLibraryTitle As String, _
   ByVal contentTypeName As String, _
   ByVal credentials As CredentialCache, _
   Optional ByVal contentTypeID As String _
) 
Visual Basic (Usage) Copy Code
Dim siteUrl As String
Dim formLibraryTitle As String
Dim contentTypeName As String
Dim credentials As CredentialCache
Dim contentTypeID As String
 
SPFormLibraryLocation.Validate(siteUrl, formLibraryTitle, contentTypeName, credentials, contentTypeID)

Parameters

siteUrl
formLibraryTitle
contentTypeName
credentials
contentTypeID

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