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 public bool TryGetExtendedDataValue(
string name,
out string value
)
Parameters
- name
- Type: SystemString
The name. - value
- Type: SystemString
The output value.
Return Value
Type:
Booleantrue if the value corresponding to the name was found; otherwise false.
Exceptions See Also