Visual Basic (Declaration) | |
---|---|
Public Shared Function GetPath( _ ByVal siteUrl As String, _ ByVal formLibraryTitle As String, _ ByVal contentTypeName As String, _ ByVal credentials As CredentialCache _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim siteUrl As String Dim formLibraryTitle As String Dim contentTypeName As String Dim credentials As CredentialCache Dim value As String value = SPFormLibraryLocation.GetPath(siteUrl, formLibraryTitle, contentTypeName, credentials) |
C# | |
---|---|
public static string GetPath( string siteUrl, string formLibraryTitle, string contentTypeName, CredentialCache credentials ) |
C++/CLI | |
---|---|
public: static String^ GetPath( String^ siteUrl, String^ formLibraryTitle, String^ contentTypeName, CredentialCache^ credentials ) |
Parameters
- siteUrl
- formLibraryTitle
- contentTypeName
- credentials
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