RSS Documentation
LoadACL(BPMConnection,String,String,String) Method



Syntax
'Declaration
 
Public Overloads Shared Function LoadACL( _
   ByVal cn As BPMConnection, _
   ByVal tableName As String, _
   ByVal key As String, _
   ByVal datasourceName As String _
) As RDACL
'Usage
 
Dim cn As BPMConnection
Dim tableName As String
Dim key As String
Dim datasourceName As String
Dim value As RDACL
 
value = RecordSecurityManager.LoadACL(cn, tableName, key, datasourceName)

Parameters

cn
tableName
key
datasourceName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RecordSecurityManager Class
RecordSecurityManager Members
Overload List

Send Feedback