Mediachase FileUploader.NET 1.9 Framework Help

FormFieldInfo.ContainsKey Method 

Determines whether the FieldInfo contains a specific attribute key.

[Visual Basic]
Public Function ContainsKey( _
   ByVal Key As String _
) As Boolean
[C#]
public bool ContainsKey(
   string Key
);

Parameters

Key
The key to locate in the FieldInfo.

Return Value

true if the FieldInfo contains an atribute with the specified key; otherwise, false.

See Also

FormFieldInfo Class | Mediachase.FileUploader Namespace