Copies values of properties from the specified NavigationCommand to the corresponding properties of this command. Only those properties with the same name are copied. Additional properties are ignored.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public virtual void CopyFrom(
	NavigationDataSource source
)
Visual Basic (Declaration)
Public Overridable Sub CopyFrom ( _
	source As NavigationDataSource _
)
Visual C++
public:
virtual void CopyFrom(
	NavigationDataSource^ source
)

Parameters

source
Type: Endeca.Web.UI..::.NavigationDataSource
NavigationDataSource from which values will be copied.

Remarks

This method initializes the command with values from command.

See Also