Click or drag to resize
WorkspaceWeb Property
Returns the underlying elevated SPWeb object of the workspace. All actions on this SPWeb instance will be executed as System Account.

Namespace: Colygon.MatchPoint.Workspaces.Model
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public SPWeb Web { get; }

Property Value

Type: SPWeb
See Also