TheNMIEngine..::..UpdatePageBlocks Method
Update blocks in the PageBlock store
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static bool UpdatePageBlocks( List<ThePageBlocks> pList )
Public Shared Function UpdatePageBlocks ( _ pList As List(Of ThePageBlocks) _ ) As Boolean
public: static bool^ UpdatePageBlocks( List<ThePageBlocks^>^ pList )
Parameters
- pList
- Type: List<(Of <(<'ThePageBlocks>)>)>