NAnt SDK Documentation - v0.92

CopyTask.FileOperationMap.GetKeyForItem Method 

Extracts the key from the specified CopyTask.FileOperation element.

[Visual Basic]
Overrides Protected Function GetKeyForItem( _
   ByVal item As FileOperation _
) As String
[C#]
protected override string GetKeyForItem(
   FileOperation item
);

Parameters

item
The CopyTask.FileOperation from which to extract the key.

Return Value

The key for the specified CopyTask.FileOperation.

See Also

CopyTask.FileOperationMap Class | NAnt.Core.Tasks Namespace