/// <summary>
 /// Create a new SiteFolders object.
 /// </summary>
 /// <param name="guid">Initial value of the Guid property.</param>
 /// <param name="siteGuid">Initial value of the SiteGuid property.</param>
 /// <param name="folderName">Initial value of the FolderName property.</param>
 public static SiteFolders CreateSiteFolders(global::System.Guid guid, global::System.Guid siteGuid, global::System.String folderName)
 {
     SiteFolders siteFolders = new SiteFolders();
     siteFolders.Guid = guid;
     siteFolders.SiteGuid = siteGuid;
     siteFolders.FolderName = folderName;
     return siteFolders;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SiteFolders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSiteFolders(SiteFolders siteFolders)
 {
     base.AddObject("SiteFolders", siteFolders);
 }