C-DEngine 5.105

TheNMIEngine..::..AddPageContent Method

Adds a list of ThePageContent to the NMI Model - Page Content can be listed in ThePageDefinition

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool AddPageContent(
	Guid pContentGuid,
	List<ThePageContent> pList
)
Public Shared Function AddPageContent ( _
	pContentGuid As Guid, _
	pList As List(Of ThePageContent) _
) As Boolean
public:
static bool^ AddPageContent(
	Guid^ pContentGuid, 
	List<ThePageContent^>^ pList
)

Parameters

pContentGuid
Type: Guid
pList
Type: List<(Of <(<'ThePageContent>)>)>

Return Value