EcmDocumentRouterRuleCollection.IsTargetLibrary Method
Used to determine if a URL is specified as a final location by a rule in the EcmDocumentRoutingWeb object.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function IsTargetLibrary ( _
libraryUrl As String _
) As Boolean
'Usage
Dim instance As EcmDocumentRouterRuleCollection
Dim libraryUrl As String
Dim returnValue As Boolean
returnValue = instance.IsTargetLibrary(libraryUrl)
public bool IsTargetLibrary(
string libraryUrl
)
Parameters
libraryUrl
Type: System.StringServer-relative library URL.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
Reference
EcmDocumentRouterRuleCollection Class
EcmDocumentRouterRuleCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace