Click or drag to resize

WebFormPartType Enumeration

Specifies where the content of a WebFormPart is located. Locally or in a global page part.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum WebFormPartType
Members
  Member nameValueDescription
PagePart0 The content is located in a global page part, under the Model object.
HTML1 The content is in the Html property of the WebFormPart.
See Also