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) | ![]() |
---|---|
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) |
C# | |
---|---|
public SPFormLibraryLocation( string siteUrl, string formLibraryTitle, bool browserEnable, Nullable<bool> openInWeb, CredentialCache credentials, string fileName ) |
C++/CLI | |
---|---|
public: SPFormLibraryLocation( String^ siteUrl, String^ formLibraryTitle, bool browserEnable, Nullable<bool> openInWeb, CredentialCache^ credentials, String^ fileName ) |
Parameters
- siteUrl
- formLibraryTitle
- browserEnable
- openInWeb
- credentials
- fileName
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