Compartir a través de


del método EcmDocumentRouterRuleCollection.Remove

Quita el objeto especificado EcmDocumentRouterRule el objeto EcmDocumentRouterRuleCollection .

Espacio de nombres:  Microsoft.Office.RecordsManagement.RecordsRepository
Ensamblado:  Microsoft.Office.Policy (en Microsoft.Office.Policy.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function Remove ( _
    rule As EcmDocumentRouterRule _
) As Boolean
'Uso
Dim instance As EcmDocumentRouterRuleCollection
Dim rule As EcmDocumentRouterRule
Dim returnValue As Boolean

returnValue = instance.Remove(rule)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool Remove(
    EcmDocumentRouterRule rule
)

Parámetros

Valor devuelto

Tipo: System.Boolean
Devuelve Boolean.

Implementaciones

ICollection<T>.Remove(T)

Vea también

Referencia

clase EcmDocumentRouterRuleCollection

Miembros EcmDocumentRouterRuleCollection

Espacio de nombres Microsoft.Office.RecordsManagement.RecordsRepository