DestinationCollection.GetExplicitDestination

DestinationCollection.GetExplicitDestination method

Returns the explicit destination by the name.

public ExplicitDestination GetExplicitDestination(string destinameName, bool useCache)
ParameterTypeDescription
destinameNameStringThe name of destination.
useCacheBooleanDetermines whether cached version of collection is used or not.

Return Value

The ExplicitDestination object for destination found; otherwise, null.

See Also