SPUtility.GetGenericSetupPath method
SharePoint 2013
NOTE: This API is now obsolete.
Retrieves the full local path for the specified subdirectory.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ObsoleteAttribute("use GetVersionedGenericSetupPath to explicitly specify version")] [SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public static string GetGenericSetupPath( string strSubdir )
Parameters
- strSubdir
- Type: System.String
A string that contains the Web site-relative URL for the subdirectory. For example, Lists/Announcements.
Return value
Type: System.StringA string that contains the full local path. For example, %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\Lists and %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\Lists\Announcements.