Click or drag to resize

MetadataSyncOptionsSetMetadataSyncEnabled Method

The default value is

true
.

Enables or disables the Metadata synchronization feature of the driver. See the api reference for WithMetadataSyncOptions(MetadataSyncOptions) for a more thorough explanation.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public MetadataSyncOptions SetMetadataSyncEnabled(
	bool metadataSyncEnabled
)

Parameters

metadataSyncEnabled
Type: SystemBoolean

Return Value

Type: MetadataSyncOptions
See Also