Share via


ActionStruct constructor (UInt32, String, Boolean, Int32, Guid, Byte, Boolean, String, String, UInt32)

Initializes an instance of the class.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer, _
    partitionId As Guid, _
    position As Byte, _
    isOpenedInNewWindow As Boolean, _
    imageUrl As String, _
    url As String, _
    entityId As UInteger _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim partitionId As Guid
Dim position As Byte
Dim isOpenedInNewWindow As Boolean
Dim imageUrl As String
Dim url As String
Dim entityId As UInteger

Dim instance As New ActionStruct(id, name, _
    isCached, version, partitionId, position, _
    isOpenedInNewWindow, imageUrl, url, _
    entityId)
public ActionStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    Guid partitionId,
    byte position,
    bool isOpenedInNewWindow,
    string imageUrl,
    string url,
    uint entityId
)

Parameters

  • isCached
    Type: System.Boolean

    true if the object is to be cached; otherwise, false.

  • partitionId
    Type: System.Guid

    The partition identifier.

  • isOpenedInNewWindow
    Type: System.Boolean

    true if it is opened in a new window; otherwise, false.

  • entityId
    Type: System.UInt32

    The external content type identifier.

See also

Reference

ActionStruct class

ActionStruct members

ActionStruct overload

Microsoft.SharePoint.BusinessData.SharedService namespace