Click or drag to resize

RemoteWorkspace Class

Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Hybrid.Workspaces.Model
Assembly:  Colygon.MatchPoint.Hybrid (in Colygon.MatchPoint.Hybrid.dll) Version: 2016.10.0.0
Syntax
C#
public sealed class RemoteWorkspace : BaseWorkspace

The RemoteWorkspace type exposes the following members.

Constructors
  NameDescription
Public methodRemoteWorkspace(String)
Initializes a new instance of the RemoteWorkspace class
Public methodRemoteWorkspace(RemoteWorkspaceTemplateConfiguration)
Initializes a new instance of the RemoteWorkspace class
Public methodRemoteWorkspace(String, RemoteWorkspaceTemplateConfiguration)
Initializes a new instance of the RemoteWorkspace class
Top
Properties
  NameDescription
Public propertyContentClass (Overrides SPResultRecordContentClass.)
Public propertyCopyUrl (Inherited from SPResultRecord.)
Public propertyDeleteConfirmationUrl (Overrides BaseWorkspaceDeleteConfirmationUrl.)
Public propertyExists (Overrides SPUpdatableExists.)
Public propertyId (Overrides BaseWorkspaceId.)
Public propertyItem (Inherited from BaseWorkspace.)
Public propertyItemId (Overrides BaseWorkspaceItemId.)
Public propertyListItem (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 (Overrides BaseWorkspaceReadOnly.)
Public propertyRemoteWeb
Public propertyRolePermissionAssignments
Public propertyTags
Returns the tags that are currently applied to the item.
(Inherited from SPUpdatable.)
Public propertyTemplate (Overrides BaseWorkspaceTemplate.)
Public propertyTitle
Returns the workspace title.
(Inherited from BaseWorkspace.)
Public propertyUrl (Overrides SPResultRecordUrl.)
Public propertyUserRoleAssignments (Overrides BaseWorkspaceUserRoleAssignments.)
Public propertyViewInBrowserUrl (Inherited from SPResultRecord.)
Public propertyWorkspaceTag
Returns the workspace tag. Returns null if no workspace tag is configured.
(Inherited from BaseWorkspace.)
Top
Methods
  NameDescription
Public methodDelete (Overrides BaseWorkspaceDelete.)
Public methodDispose
Releases all resources used by the RemoteWorkspace
(Overrides BaseWorkspaceDispose.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 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 methodIsUserInRole (Overrides BaseWorkspaceIsUserInRole(String).)
Public methodRestore (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