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

GetFileNameSafe() private method

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