Chronozoom.UI.SiteMap.Collections C# (CSharp) Method

Collections() protected static method

protected static Collections ( ) : IEnumerable
return IEnumerable
        protected static IEnumerable<SuperCollection> Collections()
        {
            return ChronozoomSVC.Instance.GetSuperCollections();
        }