Click or drag to resize
BCSWorkArea Properties

The BCSWorkArea type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Gets the date the work area was created.
Public propertyCurrentState
Gets the current transition state of the work area.
Public propertyDepth
Gets the level of the work area. The main area is the top level (0).
Public propertyDisplayName
Gets or sets the display name of the work area.
Public propertyID
Gets the value that uniquely identifies the work area.
Public propertyInternalName Obsolete.
Gets the internal name of the work area.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyMaintainsHistory
Gets a value indicating whether a history is kept during the lifetime of the work area.
Public propertyMetadata
Gets the metadata for the script object.
(Inherited from BCScriptObject.)
Public propertyName
Gets the internal name of the work area.
Public propertyParentWorkArea
Gets the parent work area.
Public propertyPath
Gets the context path of the work area. Lists all parent work areas separated by backslashes (\).
Public propertyRetainsHistory
Gets a value indicating whether the full history is retained after the work area has become inactive.
Public propertyStateFlags
Gets the type of the work area state.
Public propertyTemplateName
Gets the internal name of a template used to create the work area.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyWorkIsolationMode
Gets a value indicating whether Work Isolation mode has been enabled for the work area.
Top
See Also