AccessControlledMetadataObject Constructor
This constructor supports the MOSS infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub New ( _
id As UInteger, _
name As String, _
isCached As Boolean, _
version As Integer _
)
'Usage
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
)
Parameters
- id
Type: System.UInt32
The ID of the metadata object.
- name
Type: System.String
The name of the metadata object.
- isCached
Type: System.Boolean
true if cached; otherwise, false.
- version
Type: System.Int32
A version number.
Remarks
This class cannot be instantiated.
See Also
Reference
AccessControlledMetadataObject Class
AccessControlledMetadataObject Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace