PFNavigationBarHtmlHelper Class |
Namespace: Packflow.Interface
public class PFNavigationBarHtmlHelper
The PFNavigationBarHtmlHelper type exposes the following members.
Name | Description | |
---|---|---|
PFNavigationBarHtmlHelper |
Initializes a new instance of the PFNavigationBarHtmlHelper class.
|
Name | Description | |
---|---|---|
IsAdmin |
Gets a value indicating whether the current user is member of
the Site Admins group.
| |
PageContext |
Gets the page context.
| |
Translations |
Gets the contextual translations provided by Packflow.
|
Name | Description | |
---|---|---|
GetActionsButton | Obsolete.
Gets the actions button.
Obsolete.
| |
GetActionsButtons |
Gets the buttons executing batch actions.
| |
GetApplicationContexts |
Gets the option tags with the list of the current application's contexts available for the current user.
If there is no current application, returns nothing. Used in the batch action changing the application context of the selected items. | |
GetBreadcrumbs |
Generates the breadcrumbs including menus for: applications, content-types and views.
| |
GetCloseButton |
Gets the close button, shown when a source URL is available.
| |
GetContentTypeStates |
Gets the option tags with the list of states/transitions available for the current content-type.
If there is no content-type in the current context, returns nothing. Used in the batch action moving workflows. | |
GetNewItemButton |
Gets the new item button.
| |
GetSiteMapItems |
Generates the HTML for the content of the site map menu.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) | |
EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) | |
EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) | |
GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) | |
IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) | |
Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |