Click or drag to resize

PFItemPageContextPossibleApplicationContexts Property

Gets the possible application contexts.

Starts with the list of contexts in which the current user can create items of the current content-type.

If a context is forced by the request parameter PFInterfaceConstants.Context_ForcedApplicationContext, only this one is returned.

If a parent context is available, only this one is returned.

Note: a forms restriction (from the application settings) may filter the output.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<PFApplicationContext> PossibleApplicationContexts { get; }

Property Value

Type: ListPFApplicationContext
See Also