Dynamicweb 8 Documentation
CreateGlobal Method

The global ID.
The page ID.
The sort.
Creates the global.
Syntax
'Declaration
 
Public Shared Function CreateGlobal( _ 
   ByVal globalID As Integer, _ 
   ByVal pageID As Integer, _ 
   ByVal sort As Integer, _ 
   ByVal masterID As Integer, _ 
   ByVal isDraft As Boolean, _ 
   ByVal container As String _ 
) As Integer
public static int CreateGlobal( 
   int globalID,
   int pageID,
   int sort,
   int masterID,
   bool isDraft,
   string container 
)

Parameters

globalID
The global ID.
pageID
The page ID.
sort
The sort.
masterID
isDraft
container
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Paragraph Class
Paragraph Members

Send Feedback