Click or drag to resize

StateSyncEntrySetExtendedDataValue Method

Writes a key-value pair to the extended data. Note the value will be simply formatted to its string counterpart, if it's not already a string. This will overwrite any non-dictionary compatible value that extended data could contain.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void SetExtendedDataValue(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The name.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also