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
id
Type: System.UInt32The identifier of the object..
name
Type: System.StringThe object name.
isCached
Type: System.Booleantrue if the object is to be cached; otherwise, false.
version
Type: System.Int32The version of the object.
partitionId
Type: System.GuidThe partition identifier.
position
Type: System.ByteThe position.
isOpenedInNewWindow
Type: System.Booleantrue if it is opened in a new window; otherwise, false.
imageUrl
Type: System.StringThe URL of the image.
url
Type: System.StringThe URL of the object.
entityId
Type: System.UInt32The external content type identifier.