ActionStruct - Constructeur (UInt32, String, Boolean, Int32, Guid, Byte, Boolean, String, String, UInt32)
Initialise une instance de la classe.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
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 _
)
'Utilisation
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
)
Paramètres
id
Type : System.UInt32L'identificateur de l'objet...
name
Type : System.StringLe nom de l'objet.
isCached
Type : System.Booleantrue si l'objet doit être mis en cache ; dans le cas contraire, false.
version
Type : System.Int32La version de l'objet.
partitionId
Type : System.GuidL'identificateur de partition.
position
Type : System.ByteLa position.
isOpenedInNewWindow
Type : System.Booleantrue s'il est ouvert dans une nouvelle fenêtre ; dans le cas contraire, false.
imageUrl
Type : System.StringL'URL de l'image.
url
Type : System.StringL'URL de l'objet.
entityId
Type : System.UInt32L'identificateur de type de contenu externe.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms