AemCollectionResponse.FDoc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a Boolean value that gives true if the Office file should be collected in a .cab file and false otherwise.