CheckInIdsOptions Class

The DTO for providing options for checking in a file.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class CheckInIdsOptions : CheckInOptions

The CheckInIdsOptions type exposes the following members.

Constructors
  NameDescription
Public methodCheckInIdsOptions
Initializes a new instance of the CheckInIdsOptions class
Top
Properties
  NameDescription
Public propertyComments
Gets or sets the comments.
(Inherited from CheckInOptions.)
Public propertyIds
Gets or sets the file IDs.
Top
See Also