RSS Documentation
SaveACL(BPMConnection,String,String,RDACL) Method



Syntax
'Declaration
 
Public Overloads Shared Sub SaveACL( _
   ByVal cn As BPMConnection, _
   ByVal tableName As String, _
   ByVal key As String, _
   ByVal acl As RDACL _
) 
'Usage
 
Dim cn As BPMConnection
Dim tableName As String
Dim key As String
Dim acl As RDACL
 
RecordSecurityManager.SaveACL(cn, tableName, key, acl)
public static void SaveACL( 
   BPMConnection cn,
   string tableName,
   string key,
   RDACL acl
)
public:
static void SaveACL( 
   BPMConnection^ cn,
   String^ tableName,
   String^ key,
   RDACL^ acl
) 

Parameters

cn
tableName
key
acl
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