MFPropertyValuesBuilderSetSFD Method

Sets the SingleFileDocument property.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder SetSFD(
	bool sfd
)

Parameters

sfd  Boolean
The value for the single file document.

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also