EnsureContentName() private method

private EnsureContentName ( string nameBase, Node container ) : string
nameBase string
container Node
return string
Example #1
0
 public static string EnsureContentName(string nameBase, Node container)
 {
     return(ContentNamingHelper.EnsureContentName(nameBase, container));
 }