Options.PreferCloudSaveLocations Property

Definition

True to save new documents in web locations by default. Read/write Boolean (bool in C#).

public:
 property bool PreferCloudSaveLocations { bool get(); void set(bool value); };
public bool PreferCloudSaveLocations { get; set; }
member this.PreferCloudSaveLocations : bool with get, set
Public Property PreferCloudSaveLocations As Boolean

Property Value

Remarks

The setting of the PreferCloudSaveLocations property is the reverse of that of the Save to Computer by default option on the Save tab of the Word Options dialog box (Choose Options on the File tab.)

Applies to