This content is part of a third party extension that is not supported by the Cake project.
Summary
Validates the incoming string argument.
- Assembly
- Cake
.Sprinkles .Module .dll - Namespace
- Cake
.Sprinkles .Module .Validation - Containing Type
- Task
Argument Validation Attribute
Syntax
protected abstract bool IsArgumentValid(string argument)
Attributes
Type | Description |
---|---|
Nullable |
Parameters
Name | Type | Description |
---|---|---|
argument | string | The argument |
Return Value
Type | Description |
---|---|
bool | A value indicating whether True is valid, or False if not valid. |