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:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public void SetExtendedDataValue(
string name,
Object value
)
Parameters
- name
- Type: SystemString
The name. - value
- Type: SystemObject
The value.
Exceptions See Also