DataDictionary.Generated.Folder.appendFolders C# (CSharp) Method

appendFolders() public method

Part of the list interface for Folders
public appendFolders ( Folder el ) : void
el Folder a Folder to add to the collection in /// Folders
return void
        public void appendFolders(Folder el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allFolders().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(null);
        }

Same methods

Folder::appendFolders ( Lock aLock, Folder el ) : void
Folder::appendFolders ( System coll ) : void
Folder::appendFolders ( System coll, Lock aLock ) : void