ImageGear .NET v24.12 - Updated
DocumentIdentifierField Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : DocumentIdentifierField Property
Gets or sets the DocumentIdentifier field.
Syntax
'Declaration
 
<DescriptionAttribute("This property refers to the data binding field .")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
Public Property DocumentIdentifierField As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.DocumentIdentifierField = value
 
value = instance.DocumentIdentifierField
[Description("This property refers to the data binding field .")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
public string DocumentIdentifierField {get; set;}
[Description("This property refers to the data binding field .")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
public: __property string* get_DocumentIdentifierField();
public: __property void set_DocumentIdentifierField( 
   string* value
);
[Description("This property refers to the data binding field .")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
public:
property String^ DocumentIdentifierField {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value.
Remarks

The default value is ”DocumentIdentifier”

This property refers to the image file path or the image URL field for data binding see, Data Binding to the Server Side ImGearThumbnailList Control.

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members