SenseNet.ContentRepository.RestoreException.GetParentPathSafe C# (CSharp) Метод

GetParentPathSafe() приватный Метод

private GetParentPathSafe ( ) : string
Результат string
        public string GetParentPathSafe()
        {
            return RepositoryPath.GetParentPath(ContentPath);
        }