BPM.Server
ClearRDACEs Method



Syntax
'Declaration
 
Sub ClearRDACEs( _
   ByVal connection As Object, _
   ByVal tableName As String, _
   ByVal key As String _
) 
'Usage
 
Dim instance As IDataSourceProviderFormStore
Dim connection As Object
Dim tableName As String
Dim key As String
 
instance.ClearRDACEs(connection, tableName, key)
void ClearRDACEs( 
   object connection,
   string tableName,
   string key
)
void ClearRDACEs( 
   Object^ connection,
   String^ tableName,
   String^ key
) 

Parameters

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

IDataSourceProviderFormStore Interface
IDataSourceProviderFormStore Members

Send Feedback