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.4.3.10526 (1.4.3)

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