Skip to main content

ViewHideInfoObject Constructors

An object defining constructors for the ViewHideInfoObject class.

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.

Parameters:

hideLeftMenu (required): bool
Indicates whether the left menu should be hidden.

hideBreadcrumbNavigation (required): bool
Indicates whether breadcrumb navigation should be hidden.

hideBreadcrumbItems (required): bool
Indicates whether breadcrumb items should be hidden.

hideAppSearch (required): bool
Indicates whether the application search feature should be hidden.

hideAdminTools (required): bool
Indicates whether the admin tools should be hidden.

hideProfileMenu (required): bool
Indicates whether the profile menu should be hidden.

hideApprovals (required): bool
Indicates whether the approvals section should be hidden.

hideLastVisitedDocuments (required): bool
Indicates whether the last visited documents section should be hidden.

hideAnnouncements (required): bool
Indicates whether the announcements section should be hidden.

hideActivities (required): bool
Indicates whether the activities section should be hidden.