public static List<T> getAllChildrenInType<T>( this T parent, Regex pathFilter = null, bool inverse = false, bool orderByPath = true, int recursiveIndex = 1, int recursiveLimit = 500, bool includingParent = false ) where T : class, IObjectWithPathAndChildren
Copyright (c) 2018 - GNU General Public License v3.0