EndPointSynchronizerGetEntryByName Method |
Gets an entry using its parent and name.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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