'Declaration
<NotNullAttribute()> Public Overloads Function GetHolidaySets( _ ByVal fetchOptions As ObjectFetchOptions, _ ByVal pageSize As Integer, _ ByRef restartPaging As Boolean _ ) As SharedScheduleCollection
[NotNull()] public SharedScheduleCollection GetHolidaySets( ObjectFetchOptions fetchOptions, int pageSize, ref bool restartPaging )
[NotNull()] public: SharedScheduleCollection^ GetHolidaySets( ObjectFetchOptions fetchOptions, int pageSize, bool% restartPaging )
Parameters
- fetchOptions
- Options that control the fetch operation
- pageSize
- The maximum number of records to retrieve in one call. See Remarks.
- restartPaging
- Indicates whether to fetch the first page or continue paging. See Remarks.
Return Value
All Holiday Sets for which the caller has at least List permission.