Gets or sets the behavior of the program in case of file part existence.

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

Syntax

C#
public ExistenceBehaviors ExistenceBehavior { get; set; }
Visual Basic
Public Property ExistenceBehavior As ExistenceBehaviors
	Get
	Set
Visual C++
public:
property ExistenceBehaviors ExistenceBehavior {
	ExistenceBehaviors get ();
	void set (ExistenceBehaviors value);

  


}

Field Value

The behavior of the program in case of file part existence.

See Also