EcmDocumentRouterRuleCollection.CreateRuleCopy Method
Creates a copy of an EcmDocumentRouterRule in the collection of rules for EcmDocumentRoutingWeb.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function CreateRuleCopy ( _
rule As EcmDocumentRouterRule _
) As EcmDocumentRouterRule
'Usage
Dim instance As EcmDocumentRouterRuleCollection
Dim rule As EcmDocumentRouterRule
Dim returnValue As EcmDocumentRouterRule
returnValue = instance.CreateRuleCopy(rule)
public EcmDocumentRouterRule CreateRuleCopy(
EcmDocumentRouterRule rule
)
Parameters
rule
Type: Microsoft.Office.RecordsManagement.RecordsRepository.EcmDocumentRouterRuleThe rule.
Return Value
Type: Microsoft.Office.RecordsManagement.RecordsRepository.EcmDocumentRouterRule
Returns EcmDocumentRouterRule.
See Also
Reference
EcmDocumentRouterRuleCollection Class
EcmDocumentRouterRuleCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace