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

EnsureContentName() private method

private EnsureContentName ( string nameBase, Node container ) : string
nameBase string
container Node
return string
        public static string EnsureContentName(string nameBase, Node container)
        {
            return ContentNamingHelper.EnsureContentName(nameBase, container);
        }
        [Obsolete("Use RepositoryPath.GetParentPath(string) instead", true)]