BPM.Server
GenACL Method



Syntax
'Declaration
 
Public Shared Sub GenACL( _
   ByVal rsid As String, _
   ByVal tableName As String, _
   ByVal key As String, _
   ByVal recordOwnerAccounts As BPM.BPMObjectNameCollection, _
   ByVal datasourceName As String _
) 
'Usage
 
Dim rsid As String
Dim tableName As String
Dim key As String
Dim recordOwnerAccounts As BPM.BPMObjectNameCollection
Dim datasourceName As String
 
RecordSecurityManager.GenACL(rsid, tableName, key, recordOwnerAccounts, datasourceName)
public static void GenACL( 
   string rsid,
   string tableName,
   string key,
   BPM.BPMObjectNameCollection recordOwnerAccounts,
   string datasourceName
)
public:
static void GenACL( 
   String^ rsid,
   String^ tableName,
   String^ key,
   BPM.BPMObjectNameCollection^ recordOwnerAccounts,
   String^ datasourceName
) 

Parameters

rsid
tableName
key
recordOwnerAccounts
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

Send Feedback