SPPolicyStore.GetPolicyEvents(DateTime, DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientObjectList<Microsoft.SharePoint.Client.CompliancePolicy.SPPolicyEvent> GetPolicyEvents (DateTime startDate, DateTime endDate);
member this.GetPolicyEvents : DateTime * DateTime -> Microsoft.SharePoint.Client.ClientObjectList<Microsoft.SharePoint.Client.CompliancePolicy.SPPolicyEvent>
Public Function GetPolicyEvents (startDate As DateTime, endDate As DateTime) As ClientObjectList(Of SPPolicyEvent)
Parameters
- startDate
- DateTime
- endDate
- DateTime
Returns
- Attributes