SenseNet.ContentRepository.RestoreException.GetParentNameSafe C# (CSharp) Method

GetParentNameSafe() private method

private GetParentNameSafe ( ) : string
return string
        public string GetParentNameSafe()
        {
            return RepositoryPath.GetFileNameSafe(RepositoryPath.GetParentPath(ContentPath));
        }
    }