EndPointSynchronizerGetEntryByName Method |
Gets an entry using its parent and name.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public StateSyncEntry GetEntryByName(
string parentEntryId,
string name
)
Parameters
- parentEntryId
- Type: SystemString
The parent entry identifier. - name
- Type: SystemString
The name.
Return Value
Type:
StateSyncEntry
An instance of the StateSyncEntry class or null if it was not found.
Exceptions See Also