TheNMIEngine..::..AddPageBlocks Method
Adds a list of ThePageBlocks to the NMI Model - blocks are referenced by ThePageContent in the WBID Field
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static bool AddPageBlocks( List<ThePageBlocks> pList )
Public Shared Function AddPageBlocks ( _ pList As List(Of ThePageBlocks) _ ) As Boolean
public: static bool^ AddPageBlocks( List<ThePageBlocks^>^ pList )
Parameters
- pList
- Type: List<(Of <(<'ThePageBlocks>)>)>