RemoteWorkspace Class |
Namespace: Colygon.MatchPoint.Hybrid.Workspaces.Model
public sealed class RemoteWorkspace : BaseWorkspace
The RemoteWorkspace type exposes the following members.
Name | Description | |
---|---|---|
RemoteWorkspace(String) | Initializes a new instance of the RemoteWorkspace class | |
RemoteWorkspace(RemoteWorkspaceTemplateConfiguration) | Initializes a new instance of the RemoteWorkspace class | |
RemoteWorkspace(String, RemoteWorkspaceTemplateConfiguration) | Initializes a new instance of the RemoteWorkspace class |
Name | Description | |
---|---|---|
Delete | (Overrides BaseWorkspaceDelete.) | |
Dispose | Releases all resources used by the RemoteWorkspace (Overrides BaseWorkspaceDispose.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRolesForCurrentUser | Returns the roles for the current user on this workspace. (Inherited from BaseWorkspace.) | |
GetSimpleTags | Returns tags that are currently applied to the item (without accessing tagging service applications). (Inherited from SPResultRecord.) | |
GetTags | Returns tags that are currently applied to the item. (Inherited from SPResultRecord.) | |
GetTags(TagType) | Returns tags of the specified type that are currently applied to the item. (Inherited from SPResultRecord.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVersionFormUrl | (Inherited from BaseWorkspace.) | |
IsUserInRole | (Overrides BaseWorkspaceIsUserInRole(String).) | |
Restore | (Overrides BaseWorkspaceRestore.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update | Writes changes on the workspace. (Inherited from BaseWorkspace.) | |
Update(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.) |