BPM.Server
ClearGACEs Method



Syntax
'Declaration
 
Sub ClearGACEs( _
   ByVal tableName As String, _
   ByVal objectId As Guid _
) 
'Usage
 
Dim instance As IBPMDataProvider
Dim tableName As String
Dim objectId As Guid
 
instance.ClearGACEs(tableName, objectId)
void ClearGACEs( 
   string tableName,
   Guid objectId
)
void ClearGACEs( 
   String^ tableName,
   Guid objectId
) 

Parameters

tableName
objectId
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

IBPMDataProvider Interface
IBPMDataProvider Members

Send Feedback