SPUtility.IsSetupPathVersioned method
SharePoint 2013
if strSubdir starts with "template\", but not "template\admin\" or "template\sql\", return true. else, return false.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public static bool IsSetupPathVersioned( string strSubdir )
Parameters
- strSubdir
- Type: System.String
A string that contains a path relative to the local setup directory to check whether it's versioned. For example, "Template\Features". It cannot be null or empty string.