Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
ExecuteIf
.
Clear
()
Method
Namespace
Statiq
.Core
Type
ExecuteIf
Constructors
ExecuteIf
(Config
<bool>
,
IModule[])
ExecuteIf
(Config
<bool>
,
IEnumerable
<IModule>
)
ExecuteIf
(string,
IModule[])
ExecuteIf
(string,
IEnumerable
<IModule>
)
ExecuteIf
(IEnumerable
<string>
,
IModule[])
ExecuteIf
(IEnumerable
<string>
,
IEnumerable
<IModule>
)
Method Members
Add
(IModule)
Add
(IfCondition)
AfterExecution
(IExecutionContext,
ExecutionOutputs)
AfterExecutionAsync
(IExecutionContext,
ExecutionOutputs)
BeforeExecution
(IExecutionContext)
BeforeExecutionAsync
(IExecutionContext)
Clear
()
Contains
(IfCondition)
CopyTo
(IfCondition[],
int)
Else
(IModule[])
Else
(IEnumerable
<IModule>
)
ElseIf
(Config
<bool>
,
IModule[])
ElseIf
(Config
<bool>
,
IEnumerable
<IModule>
)
ElseIf
(string,
IModule[])
ElseIf
(string,
IEnumerable
<IModule>
)
ExecuteAsync
(IExecutionContext)
ExecuteContextAsync
(IExecutionContext)
ExecuteInputAsync
(IDocument,
IExecutionContext)
Finally
(IExecutionContext)
FinallyAsync
(IExecutionContext)
GetEnumerator
()
IndexOf
(IfCondition)
Insert
(int,
IfCondition)
Remove
(IfCondition)
RemoveAt
(int)
Without
Unmatched
Documents
(bool)
Property Members
Count
IsReadOnly
this[int]
Namespace
Statiq
.Core
Containing Type
ExecuteIf
Implements
ICollection
<
IfCondition
>
.Clear
()
Syntax
public void Clear()
On This Page
Syntax