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

Return value

Type: System.String

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace