Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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