Bloom.Book.BookStarter.GetInitialName C# (CSharp) Метод

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

private GetInitialName ( string sourcePath, string parentCollectionPath ) : string
sourcePath string
parentCollectionPath string
Результат string
        private string GetInitialName(string sourcePath, string parentCollectionPath)
        {
            var name = BookStorage.SanitizeNameForFileSystem(UntitledBookName);
            return BookStorage.GetUniqueFolderName(parentCollectionPath, name);
        }