SPFormLibraryLocation Constructor(String,String,Boolean,Nullable<Boolean>,CredentialCache,String)
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate Namespace > SPFormLibraryLocation Class > SPFormLibraryLocation Constructor : SPFormLibraryLocation Constructor(String,String,Boolean,Nullable<Boolean>,CredentialCache,String)



siteUrl
formLibraryTitle
browserEnable
openInWeb
credentials
fileName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal siteUrl As String, _
   ByVal formLibraryTitle As String, _
   ByVal browserEnable As Boolean, _
   ByVal openInWeb As Nullable(Of Boolean), _
   ByVal credentials As CredentialCache, _
   ByVal fileName As String _
)
Visual Basic (Usage) Copy Code
Dim siteUrl As String
Dim formLibraryTitle As String
Dim browserEnable As Boolean
Dim openInWeb As Nullable(Of Boolean)
Dim credentials As CredentialCache
Dim fileName As String
 
Dim instance As New SPFormLibraryLocation(siteUrl, formLibraryTitle, browserEnable, openInWeb, credentials, fileName)

Parameters

siteUrl
formLibraryTitle
browserEnable
openInWeb
credentials
fileName

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