FindRetentionPolicy |
Scroll |
Returns the TheRetentionPolicy object with the specified ID.
Namespace: Therefore.API
Visual Basic Public Overridable Function FindRetentionPolicy ( _ nPolicyNo As Integer _ ) As TheRetentionPolicy C# public virtual TheRetentionPolicy FindRetentionPolicy ( int nPolicyNo )
Parameters nPolicyNo The ID of the retention policy to be returned.
Return Value The retention policy with the specified ID. NULL if the ID is not in the list. |