Gets or sets the name of the form field which contains file id

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)

Syntax

C#
public string PostFieldsFileId { get; set; }
Visual Basic
Public Property PostFieldsFileId As String
	Get
	Set
Visual C++
public:
property String^ PostFieldsFileId {
	String^ get ();
	void set (String^ value);

  


}

Field Value

Name of the form field for file id

See Also