BPM.Server
MoveRole Method



Syntax
'Declaration
 
Sub MoveRole( _
   ByVal srcOUID As Integer, _
   ByVal tagOUID As Integer, _
   ByVal roles As BPM.BPMObjectNameCollection _
) 
'Usage
 
Dim instance As IBPMDataProvider
Dim srcOUID As Integer
Dim tagOUID As Integer
Dim roles As BPM.BPMObjectNameCollection
 
instance.MoveRole(srcOUID, tagOUID, roles)
void MoveRole( 
   int srcOUID,
   int tagOUID,
   BPM.BPMObjectNameCollection roles
)
void MoveRole( 
   int srcOUID,
   int tagOUID,
   BPM.BPMObjectNameCollection^ roles
) 

Parameters

srcOUID
tagOUID
roles
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