BPM.Server
Public(String,String,String,BPMObjectNameCollection,String) Method



Syntax
'Declaration
 
Public Overloads Shared Sub Public( _
   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.Public(rsid, tableName, key, recordOwnerAccounts, datasourceName)
public static void Public( 
   string rsid,
   string tableName,
   string key,
   BPM.BPMObjectNameCollection recordOwnerAccounts,
   string datasourceName
)
public:
static void Public( 
   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
Overload List

Send Feedback