SPUtility.GetCurrentGenericSetupPath method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetCurrentGenericSetupPath ( _
strSubdir As String _
) As String
'Usage
Dim strSubdir As String
Dim returnValue As String
returnValue = SPUtility.GetCurrentGenericSetupPath(strSubdir)
public static string GetCurrentGenericSetupPath(
string strSubdir
)
Parameters
- strSubdir
Type: System.String
Return value
Type: System.String