Click or drag to resize

StateSyncEntryGetNullifiedExtendedDataValue Method

Gets a nullified string value from extended data. Only supported when SetExtendedDataValue was called before.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetNullifiedExtendedDataValue(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: String
A string or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also