conaito Office2Silverlight SDK
Gets or sets a value indicating whether [create output folder if not exists].

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Field Value

true if [create output folder if not exists]; otherwise, false.

See Also