JAMS Developer Guide
Create(String,Server) Method


MVPSI.JAMS Namespace > Element Class > Create Method : Create(String,Server) Method
Creates a new element based upon the specified element type. The object that is returned will implement be a subclass of Element, as defined by the ElementType, or a plain Element if the ElementType class cannot be found. definition.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal elementTypeName As System.String, _
   ByVal js As Server _
) As Element
'Usage
 
Dim elementTypeName As System.String
Dim js As Server
Dim value As Element
 
value = Element.Create(elementTypeName, js)
public static Element Create( 
   System.string elementTypeName,
   Server js
)

Parameters

elementTypeName
js
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

Element Class
Element Members
Overload List