AemCollectionResponse.FDoc Property

Definition

fDoc: Collect Current Office Document in cab

public:
 property Nullable<bool> FDoc { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? FDoc { get; set; }
member this.FDoc : Nullable<bool> with get, set
Public Property FDoc As Nullable(Of Boolean)

Property Value

Nullable<Boolean>

Returns a Boolean value that gives true if the Office file should be collected in a .cab file and false otherwise.

Applies to