NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TaskFunctions.Exists Method
[This is preliminary documentation and subject to change.]
Checks whether the specified task exists.
[Visual Basic]
<Function(Name:="exists")>
Public Function Exists( _
ByVal
name As
String _
) As
Boolean
[C#]
[Function(Name="exists")]
public
bool Exists(
string name);
Parameters
-
name
- The task to test.
Return Value
true if the specified task exists; otherwise, false.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Functions.TaskFunctions.Exists(System.String)
See Also
TaskFunctions Class | NAnt.Core.Functions Namespace