Click or drag to resize

StateSyncEntryTryGetExtendedDataValue Method

Tries to get a value using a name, 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 bool TryGetExtendedDataValue(
	string name,
	out string value
)

Parameters

name
Type: SystemString
The name.
value
Type: SystemString
The output value.

Return Value

Type: Boolean
true if the value corresponding to the name was found; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null
See Also