Share via


WebletItem Constructors

Definition

Overloads

WebletItem()
WebletItem(IntPtr)
WebletItem(String)

WebletItem()

public:
 WebletItem();
public WebletItem ();
Public Sub New ()

Applies to

WebletItem(IntPtr)

public:
 WebletItem(IntPtr ptr1);
public WebletItem (IntPtr ptr1);
new Dynamics.AX.Application.WebletItem : nativeint -> Dynamics.AX.Application.WebletItem
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to

WebletItem(String)

public:
 WebletItem(System::String ^ text1);
public WebletItem (string text1);
new Dynamics.AX.Application.WebletItem : string -> Dynamics.AX.Application.WebletItem
Public Sub New (text1 As String)

Parameters

text1
String

Applies to