Beispiel #1
0
 public static WebPartGalleryGroupValue CreateWebPartGalleryGroupValue(string value)
 {
     WebPartGalleryGroupValue webPartGalleryGroupValue = new WebPartGalleryGroupValue();
     webPartGalleryGroupValue.Value = value;
     return webPartGalleryGroupValue;
 }
Beispiel #2
0
 public void AddToWebPartGalleryGroup(WebPartGalleryGroupValue webPartGalleryGroupValue)
 {
     base.AddObject("WebPartGalleryGroup", webPartGalleryGroupValue);
 }