Skip to main content

ViewHideInfoObject

Provides information on which sections of the interface should be hidden when the link is opened.

Properties

NameDescription
HideAppSearchIndicates whether the application search feature should be hidden.
HideAnnouncementsIndicates whether the announcements section should be hidden.
HideApprovalsIndicates whether the approvals section should be hidden.
HideAdminToolsIndicates whether the admin tools should be hidden.
HideProfileMenuIndicates whether the profile menu should be hidden.
HideBreadcrumbNavigationIndicates whether breadcrumb navigation should be hidden.
HideActivitiesIndicates whether the activities section should be hidden.
HideBreadcrumbItemsIndicates whether breadcrumb items should be hidden.
HideLeftMenuIndicates whether the left menu should be hidden.
HideLastVisitedDocumentsIndicates whether the last visited documents section should be hidden.

Constructors

NameDescription
ViewHideInfoObject(hideLeftMenu, hideBreadcrumbNavigation, hideBreadcrumbItems, hideAppSearch, hideAdminTools, hideProfileMenu, hideApprovals, hideLastVisitedDocuments, hideAnnouncements, hideActivities)Initializes a new instance of the ViewHideInfoObject class with specified details for hiding page section on link.