BPM.Server
SaveNotifySetting Method



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

Parameters

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

UserCommonInfoManager Class
UserCommonInfoManager Members

Send Feedback