MFPropertyValuesBuilderSetSFD Method |
Sets the SingleFileDocument property.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFPropertyValuesBuilder SetSFD(
bool sfd
)
Public Function SetSFD (
sfd As Boolean
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ SetSFD(
bool sfd
)
Parameters
- sfd
- Type: SystemBoolean
The value for the single file document.
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also