CollabOnUserManager Constructor (SPWeb)
Initializes a new instance of the CollabOnUserManager.
Namespace: OBA.Server.Taskflow.UI
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Sub New ( _
web As SPWeb _
)
'Usage
Dim web As SPWeb
Dim instance As New CollabOnUserManager(web)
public CollabOnUserManager(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebSpecifies an SPWeb object.