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.0.17128 (1.4.0)

Syntax

C#
public ExistenceBehaviors ExistenceBehavior { get; set; }
Visual Basic (Declaration)
Public Property ExistenceBehavior As ExistenceBehaviors
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