GoXam for WPF v3
FindCopiedLink Method (ICopyDictionary)
Northwoods.GoXam.Model Namespace > ICopyDictionary Interface : FindCopiedLink Method
Look up the copied link for a given source link.
Syntax
object FindCopiedLink( 
   object srclinkdata
)

Parameters

srclinkdata
Remarks

This will always return null for those models that do not support separate link data.

Note that this method is universal, because it can only assume the link data is of type System.Object. The corresponding methods in the generic model classes operate on and return a specific link data type.

See Also

Reference

ICopyDictionary Interface
ICopyDictionary Members