Click or drag to resize

PFFieldHtmlHelper_User Class

Provides methods to generate controls for User fields.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFFieldHtmlHelper_User

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

The PFFieldHtmlHelper_User type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAvailableEntries
Gets the list of entries shown when the user types in the search area. Note: users have the priority: if enough entries are found with users, no group entries is returned.
Public methodStatic memberGetGroupAutocompleteLine
Gets a group HTML for the autocomplete selection popup.
Public methodStatic memberGetHTMLInterface
Generates the control HTML for a user field.
Public methodStatic memberGetHTMLInterface_AutoCompleteSelector
Gets the HTML of the autocomplete selection popup, shown when the user types in the search area.
Public methodStatic memberGetUserAutocompleteLine
Gets a user HTML for the autocomplete selection popup.
Top
See Also