The CancelIncludeToBriefcaseEventArgs type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CancelIncludeToBriefcaseEventArgs(BCRepositoryObject, BCSBriefcase, Boolean, Boolean) |
Initializes a new instance of the CancelIncludeToBriefcaseEventArgs class.
| |
| CancelIncludeToBriefcaseEventArgs(BCRepositoryObject, BCSBriefcase, Boolean, Boolean, Boolean) |
Initializes a new instance of the CancelIncludeToBriefcaseEventArgs class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Briefcase |
Gets the briefcase.
(Inherited from CancelBriefcaseEventArgs.) | |
| Cancel |
Gets or sets a value indicating whether the operation should be canceled.
(Inherited from CancelCurrentObjectEventArgs.) | |
| CheckOut |
Gets or sets a value indicating whether the added document should be checked out.
| |
| CurrentObject |
Gets the object the event is raised for.
(Inherited from CurrentObjectEventArgs.) | |
| SkipContent |
Gets or sets a value indicating whether to ignore content of the added document.
|
See Also