Axiom.Components.Paging.Page.DestroyContentCollection C# (CSharp) Метод

DestroyContentCollection() публичный Метод

Destroy a PageContentCollection within this page. This is equivalent to calling DetachContentCollection and PageManager.DestroyContentCollection.
public DestroyContentCollection ( Axiom.Components.Paging.PageContentCollection coll ) : void
coll Axiom.Components.Paging.PageContentCollection
Результат void
        public virtual void DestroyContentCollection(PageContentCollection coll)
        {
            DetachContentCollection(coll);
            Manager.DestroyContentenCollection(coll);
        }