RSS Documentation
Public(BPMConnection,String,String,SIDPairCollection,BPMObjectNameCollection,Boolean,String) Method



Syntax
'Declaration
 
Public Overloads Shared Sub Public( _
   ByVal cn As BPMConnection, _
   ByVal tableName As String, _
   ByVal key As String, _
   ByVal sids As SIDPairCollection, _
   ByVal permNames As BPM.BPMObjectNameCollection, _
   ByVal leadershipToken As Boolean, _
   ByVal comments As String _
) 
'Usage
 
Dim cn As BPMConnection
Dim tableName As String
Dim key As String
Dim sids As SIDPairCollection
Dim permNames As BPM.BPMObjectNameCollection
Dim leadershipToken As Boolean
Dim comments As String
 
RecordSecurityManager.Public(cn, tableName, key, sids, permNames, leadershipToken, comments)
public static void Public( 
   BPMConnection cn,
   string tableName,
   string key,
   SIDPairCollection sids,
   BPM.BPMObjectNameCollection permNames,
   bool leadershipToken,
   string comments
)
public:
static void Public( 
   BPMConnection^ cn,
   String^ tableName,
   String^ key,
   SIDPairCollection^ sids,
   BPM.BPMObjectNameCollection^ permNames,
   bool leadershipToken,
   String^ comments
) 

Parameters

cn
tableName
key
sids
permNames
leadershipToken
comments
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