RSS Documentation
SaveNotifySetting Method



Syntax
'Declaration
 
Public Shared Sub SaveNotifySetting( _
   ByVal cn As BPMConnection, _
   ByVal account As String, _
   ByVal rejectedNotifys As BPM.BPMObjectNameCollection _
) 
'Usage
 
Dim cn As BPMConnection
Dim account As String
Dim rejectedNotifys As BPM.BPMObjectNameCollection
 
User.SaveNotifySetting(cn, account, rejectedNotifys)
public static void SaveNotifySetting( 
   BPMConnection cn,
   string account,
   BPM.BPMObjectNameCollection rejectedNotifys
)
public:
static void SaveNotifySetting( 
   BPMConnection^ cn,
   String^ account,
   BPM.BPMObjectNameCollection^ rejectedNotifys
) 

Parameters

cn
account
rejectedNotifys
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

User Class
User Members

Send Feedback