RecordSeries.Mappings Property
NOTE: This API is now obsolete.
Gets the list of other file types for which the rule applies.
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 Mappings As String()
Get
'Usage
Dim instance As RecordSeries
Dim value As String()
value = instance.Mappings
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public string[] Mappings { get; }
Property Value
Type: []
Returns String.
Remarks
Each element contains a file type, which:
MUST not be empty.
MUST be less than or equal to 128 characters in length.
MUST be HTML-encoded.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace