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 propertyExists
Returns 'true' if the current SPWeb is a MatchPoint workspace.
(Overrides SPUpdatableExists.)
Public propertyId
Returns the ID of the workspace.
Public propertyItem (Overrides SPUpdatableItemString.)
Public propertyItemId
Returns the ID of the workspace redirector item. A FileNotFoundException is thrown if the redirector item does not exist.
Public propertyNames
Returns a collection of field names of the configured workspace fields
Public propertyPreviewImageInBrowserUrl (Inherited from SPResultRecord.)
Public propertyPreviewInBrowserUrl (Inherited from SPResultRecord.)
Public propertyReadOnly
Returns 'true' if the workspace is currently in read-only mode.
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.
Public propertyTitle
Returns the workspace title.
Public propertyUrl
Returns the URL of the workspace.
(Overrides SPResultRecordUrl.)
Public propertyUserRoleAssignments
Returns the user role assignments for the workspace.
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.
Top
See Also