StateSyncEntryTryGetExtendedDataValue Method |
Tries to get a value using a name, 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 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