Click or drag to resize

Workspace Properties

The Workspace type exposes the following members.

Properties
  NameDescription
Public propertyContentClass
Returns the content class of the current workspace.
(Overrides SPResultRecordContentClass.)
Public propertyCopyUrl (Inherited from SPResultRecord.)
Public propertyDeleteConfirmationUrl (Overrides BaseWorkspaceDeleteConfirmationUrl.)
Public propertyExists
Returns 'true' if the current SPWeb is a MatchPoint workspace.
(Overrides SPUpdatableExists.)
Public propertyId
Returns the ID of the workspace.
(Overrides BaseWorkspaceId.)
Public propertyItem (Inherited from BaseWorkspace.)
Public propertyItemId
Returns the ID of the workspace redirector item. A FileNotFoundException is thrown if the redirector item does not exist.
(Overrides BaseWorkspaceItemId.)
Public propertyListItem
Returns the workspace redirector item.
(Overrides BaseWorkspaceListItem.)
Public propertyNames
Returns a collection of field names of the configured workspace fields
(Inherited from BaseWorkspace.)
Public propertyPreviewImageInBrowserUrl (Inherited from SPResultRecord.)
Public propertyPreviewInBrowserUrl (Inherited from SPResultRecord.)
Public propertyReadOnly
Returns 'true' if the workspace is currently in read-only mode.
(Overrides BaseWorkspaceReadOnly.)
Public propertyRolePermissionAssignments
Returns the role permission assignments for the workspace.
Public propertyTags
Returns the tags that are currently applied to the item.
(Inherited from SPUpdatable.)
Public propertyTemplate
Returns the workspace template configuration of the workspace.
(Overrides BaseWorkspaceTemplate.)
Public propertyTitle
Returns the workspace title.
(Inherited from BaseWorkspace.)
Public propertyUrl
Returns the URL of the workspace.
(Overrides SPResultRecordUrl.)
Public propertyUserRoleAssignments
Returns the user role assignments for the workspace.
(Overrides BaseWorkspaceUserRoleAssignments.)
Public propertyViewInBrowserUrl (Inherited from SPResultRecord.)
Public propertyWeb
Returns the underlying elevated SPWeb object of the workspace. All actions on this SPWeb instance will be executed as System Account.
Public propertyWorkspaceTag
Returns the workspace tag. Returns null if no workspace tag is configured.
(Inherited from BaseWorkspace.)
Top
See Also