RecordSeries.Location Property
NOTE: This API is now obsolete.
Gets the storage location in the repository for file types that apply to the rule.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")> _
Public ReadOnly Property Location As SPList
Get
'Usage
Dim instance As RecordSeries
Dim value As SPList
value = instance.Location
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public SPList Location { get; }
Property Value
Type: Microsoft.SharePoint.SPList
The SPList object that applies to the rule.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace