SenseNet.ContentRepository.Tools.GetParentPathSafe C# (CSharp) Method

GetParentPathSafe() private method

private GetParentPathSafe ( string path ) : string
path string
return string
        public static string GetParentPathSafe(string path)
        {
            return RepositoryPath.GetParentPath(path);
        }
        [Obsolete("Use RepositoryPath.GetFileNameSafe(string) instead", true)]