AccessControlledMetadataObject constructor
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
id As UInteger, _
name As String, _
isCached As Boolean, _
version As Integer, _
metadataCatalog As AdministrationMetadataCatalog _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim metadataCatalog As AdministrationMetadataCatalog
Dim instance As New AccessControlledMetadataObject(id, name, _
isCached, version, metadataCatalog)
protected AccessControlledMetadataObject(
uint id,
string name,
bool isCached,
int version,
AdministrationMetadataCatalog metadataCatalog
)
Parameters
id
Type: System.UInt32The metadata object identifier.
name
Type: System.StringThe name of the metadata object.
isCached
Type: System.Booleantrue if it is cached; otherwise, false.
version
Type: System.Int32The version of the metadata object.
metadataCatalog
Type: Microsoft.SharePoint.BusinessData.Administration.AdministrationMetadataCatalogThe Metadata Store.
See also
Reference
AccessControlledMetadataObject class