Click or drag to resize
WorkspaceAction Enumeration
Specifies actions that are available from the ribbon control of a WorkspaceEditorWebPart.

Namespace: Colygon.MatchPoint.Workspaces
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
[FlagsAttribute]
public enum WorkspaceAction
Members
  Member nameValueDescription
Delete1Users can delete the workspace.
ShowVersionHistory2Users can access the workspace's version history.
ShowWorkflows4Users can start and access workflows for the workspace.
Restore8Users can restore an archived workspace.
See Also