Method MergeFrom
MergeFrom(IFrameworkItem, UnboundReferences, Boolean)
Instructs the node to merge property values from the supplied node into itself. This method should only be used by the internal Biml framework.
Syntax
public override void MergeFrom(IFrameworkItem frameworkItem, UnboundReferences unboundReferences, bool mergeBoundXObjects)
Parameters
Type | Name | Description |
---|---|---|
IFrameworkItem | frameworkItem | The node that will be merged into the current node |
UnboundReferences | unboundReferences | References that have not yet been bound in the merging node |
System.Boolean | mergeBoundXObjects | Indicates whether the XObjects of the current and merging nodes should be merged |