Click or drag to resize

UpdateCalendarCriteriaRemoveOwnerBlockings Property

A list of owner blockings (excluding repeated) to remove from he calendar.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<RentalIntervalWeb> RemoveOwnerBlockings { get; set; }

Property Value

Type: IListRentalIntervalWeb
Remarks
Please note: It is very important to use the actual Ids of the rental interval when removing a rental interval.
See Also