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