EcmDocumentRoutingWeb Constructor
Initializes a new instance of a EcmDocumentRoutingWeb object for the specified Web site.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub New ( _
web As SPWeb _
)
'Usage
Dim web As SPWeb
Dim instance As New EcmDocumentRoutingWeb(web)
public EcmDocumentRoutingWeb(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebWeb site that can be configured to organize documents automatically.
Remarks
The SPWeb object has to be a valid content organizer-enabled site in order to perform the operations provided by the EcmDocumentRoutingWeb.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace