ListPolicySettings.GetRetentionSchedule method
Gets the unique retention schedule based on the target folder URL.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function GetRetentionSchedule ( _
folderUrl As String _
) As String
'Usage
Dim instance As ListPolicySettings
Dim folderUrl As String
Dim returnValue As String
returnValue = instance.GetRetentionSchedule(folderUrl)
public string GetRetentionSchedule(
string folderUrl
)
Parameters
folderUrl
Type: System.StringA String that represents the target folder URL.
Return value
Type: System.String
Returns String.
See also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy namespace