Method GetMaterializedPath<TProps>(ITreeRedbObject<TProps>, string)
Builds materialized path for typed node.
public static string GetMaterializedPath<TProps>(this ITreeRedbObject<TProps> node, string separator = "/") where TProps : class, new()
Builds materialized path for typed node.
public static string GetMaterializedPath<TProps>(this ITreeRedbObject<TProps> node, string separator = "/") where TProps : class, new()