Click or drag to resize

PFNavigationBarHtmlHelper Class

Provides methods to generate the bar between the header and the gridview of the navigation page.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFNavigationBarHtmlHelper

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public class PFNavigationBarHtmlHelper

The PFNavigationBarHtmlHelper type exposes the following members.

Constructors
  NameDescription
Public methodPFNavigationBarHtmlHelper
Initializes a new instance of the PFNavigationBarHtmlHelper class.
Top
Properties
  NameDescription
Public propertyIsAdmin
Gets a value indicating whether the current user is member of the Site Admins group.
Public propertyPageContext
Gets the page context.
Public propertyTranslations
Gets the contextual translations provided by Packflow.
Top
Methods
  NameDescription
Public methodGetActionsButton Obsolete.
Gets the actions button. Obsolete.
Public methodGetActionsButtons
Gets the buttons executing batch actions.
Public methodGetApplicationContexts
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.

Public methodGetBreadcrumbs
Generates the breadcrumbs including menus for: applications, content-types and views.
Public methodGetCloseButton
Gets the close button, shown when a source URL is available.
Public methodGetContentTypeStates
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.

Public methodGetNewItemButton
Gets the new item button.
Public methodGetSiteMapItems
Generates the HTML for the content of the site map menu.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also