BPM.Server
SaveACL Method



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

Parameters

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