Mediachase FileUploader.NET 1.9 Framework Help

FormFieldInfo.ContainsValue Method 

Determines whether the FieldInfo contains a specific attribute value.

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

Parameters

Value
The attribute value to locate in the FieldInfo. The value can be a null reference (Nothing in Visual Basic).

Return Value

true if the FieldInfo contains an attribute with the specified value; otherwise, false.

See Also

FormFieldInfo Class | Mediachase.FileUploader Namespace