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

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (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