StateSyncEntryGetNullifiedExtendedDataValue Method |
Gets a nullified string value from extended data.
Only supported when SetExtendedDataValue was called before.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string GetNullifiedExtendedDataValue(
string name
)
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
StringA string or null.
Exceptions See Also