Ejemplo n.º 1
0
 /// <summary>
 /// Constructor for the Folder class
 /// </summary>
 public Folder()
 {
     this.Security      = new ObjectSecurity();
     this._folders      = new FolderCollection(this.ParentTemplate);
     this._propertyBags = new PropertyBagEntryCollection(this.ParentTemplate);
 }
Ejemplo n.º 2
0
 public Folder()
 {
     this.Security = new ObjectSecurity();
     this._folders = new FolderCollection(this.ParentTemplate);
 }