Summary
Sets the
Include property to the specified value and
returns this StatusCommand instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- StatusCommand
Syntax
public StatusCommand WithInclude(FileStatusIncludes value)
Remarks
This method is part of the fluent interface.
Parameters
| Name | Type | Description |
|---|---|---|
| value | FileStatusIncludes |
The new value for the Include property,
defaults to true.
|
Return Value
| Type | Description |
|---|---|
| StatusCommand |
This StatusCommand instance.
|