Click or drag to resize

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
C#
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
ExceptionCondition
ArgumentNullException parentEntryId is null or name is null.
See Also