BdcAccessControlList Constructor (IList<IAccessControlEntry>)
Initializes a new instance of the class by using an access control entry (ACE) list.
Namespace: Microsoft.Office.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Sub New ( _
aces As IList(Of IAccessControlEntry) _
)
'Usage
Dim aces As IList(Of IAccessControlEntry)
Dim instance As New BdcAccessControlList(aces)
public BdcAccessControlList(
IList<IAccessControlEntry> aces
)
Parameters
aces
Type: System.Collections.Generic.IList<IAccessControlEntry>The ACE list.