Click or drag to resize

Workspace Methods

The Workspace type exposes the following members.

Methods
  NameDescription
Public methodArchive
Prepares the workspace for archiving.
Public methodDelete
Deletes the workspace.
(Overrides BaseWorkspaceDelete.)
Public methodDispose
Disposes the workspace.
(Overrides BaseWorkspaceDispose.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFieldModified
Returns the last modification date for the specified field.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRolesForCurrentUser
Returns the roles for the current user on this workspace.
(Inherited from BaseWorkspace.)
Public methodGetSimpleTags
Returns tags that are currently applied to the item (without accessing tagging service applications).
(Inherited from SPResultRecord.)
Public methodGetTagModified
Returns the last modification date of any of the specified tags.
Public methodGetTags
Returns tags that are currently applied to the item.
(Inherited from SPResultRecord.)
Public methodGetTags(TagType)
Returns tags of the specified type that are currently applied to the item.
(Inherited from SPResultRecord.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVersionFormUrl (Inherited from BaseWorkspace.)
Public methodGetVersions
Returns the workspace versions.
Public methodIsUserInRole
Returns 'true' if the current user is in the specified role on this workspace.
(Overrides BaseWorkspaceIsUserInRole(String).)
Public methodRestore
Restores an archived workspace.
(Overrides BaseWorkspaceRestore.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Writes changes on the workspace.
(Inherited from BaseWorkspace.)
Public methodUpdate(Boolean)
Writes changes on the workspace. If the systemUpdate parameter is specified as 'false', the 'Modified' and 'Modified by' fields will not be changed.
(Inherited from BaseWorkspace.)
Top
See Also