Пример #1
0
 /// <summary>
 /// Sets the visibility of the secondary blocks on the page
 /// </summary>
 /// <param name="hidden">A <see cref="System.Boolean"/> value that indicates if the secondary blocks should be hidden. If <c>true</c> then the secondary blocks will be
 /// hidden; otherwise <c>false</c> and the secondary blocks will be visible.</param>
 public void HideSecondaryBlocks(bool hidden)
 {
     RockPage.HideSecondaryBlocks(this, hidden);
 }