Exemple #1
0
 /// <summary>The section.</summary>
 /// <param name="idParts">The id parts.</param>
 /// <returns>The <see cref="IWebGreaseSection"/>.</returns>
 public IWebGreaseSection SectionedActionGroup(params string[] idParts)
 {
     return(WebGreaseSection.Create(this, idParts, true));
 }
Exemple #2
0
 /// <summary>The section.</summary>
 /// <param name="idParts">The id parts.</param>
 /// <returns>The <see cref="IWebGreaseSection"/>.</returns>
 public IWebGreaseSection SectionedAction(params string[] idParts)
 {
     return(WebGreaseSection.Create(this, idParts, false));
 }