コード例 #1
0
ファイル: Folder.cs プロジェクト: xvanekj/PnP-Sites-Core
 /// <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);
 }
コード例 #2
0
 public Folder()
 {
     this.Security = new ObjectSecurity();
     this._folders = new FolderCollection(this.ParentTemplate);
 }