WebSiteSyncTable Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void SyncTable(
	DataTable source,
	DataTable outline,
	XPathNavigator tableNav,
	List<Guid> relationIds,
	List<string> predicateIds
)

Parameters

source  DataTable
 
outline  DataTable
 
tableNav  XPathNavigator
 
relationIds  ListGuid
 
predicateIds  ListString
 

See Also