Axiom.Components.Paging.Page.AttachContentCollection C# (CSharp) Method

AttachContentCollection() public method

Add a content collection to this Page.
This class ceases to be responsible for deleting this collection.
public AttachContentCollection ( Axiom.Components.Paging.PageContentCollection coll ) : void
coll Axiom.Components.Paging.PageContentCollection
return void
        public virtual void AttachContentCollection(PageContentCollection coll)
        {
            coll.NotifyAttached(this);
            mContentCollections.Add(coll);
        }
        /// <summary>