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: 2019.2.1.0
Syntax
C#
public SPWeb Web { get; }

Property Value

Type: SPWeb
See Also