Click or drag to resize

PFItemController Fields

The PFItemController type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberParameterName_RelatedItem
Name of the request parameter containing the id (long) of an item related to the current item.

This parameter is used when new items are created in a gridview using relations.

Public fieldStatic memberParameterName_RelatedItemApplication
Name of the request parameter containing the id (long) of the parent application of the item related to the current item.

This parameter is used when new items are created in a gridview using relations.

Public fieldStatic memberParameterName_RelatedItemContentType
Name of the request parameter containing the id (long) of the parent content-type of the item related to the current item.

This parameter is used when new items are created in a gridview using relations.

Public fieldStatic memberParameterName_RelationGuid
Name of the request parameter containing the guid of an item related to the current item.

This parameter is used when new items are created in a gridview using relations.

Public fieldStatic memberParameterName_StartEdition
Name of the request parameter allowing, if true, to start in edit mode.

This will only apply if there is no active lock and if the user is allowed to update the current item.

Public fieldStatic memberParameterName_StateInstance
Name of the request parameter containing the guid of the expected state instance for the current item.

This parameter is used when an email is sent about a particular state instance.

Top
See Also