Compartir a través de


: AccessControlledMetadataObject (Constructor) (Microsoft.Office.Server.ApplicationRegistry.Administration)

This constructor supports the MOSS infrastructure and is not intended to be used directly from your code.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer _
)
'Uso
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer

Dim instance As New AccessControlledMetadataObject(id, name, isCached, version)
protected AccessControlledMetadataObject (
    uint id,
    string name,
    bool isCached,
    int version
)

Parámetros

  • id
    The ID of the metadata object.
  • name
    The name of the metadata object.
  • isCached
    true if cached; otherwise, false.
  • version
    A version number.

Comentarios

This class cannot be instantiated.

Vea también

Referencia

AccessControlledMetadataObject (Clase)
AccessControlledMetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)