RSS Documentation
SaveACL Method (UserResourceSecurityManager)



Syntax
'Declaration
 
Public Shared Sub SaveACL( _
   ByVal cn As BPMConnection, _
   ByVal acl As URACL _
) 
'Usage
 
Dim cn As BPMConnection
Dim acl As URACL
 
UserResourceSecurityManager.SaveACL(cn, acl)
public static void SaveACL( 
   BPMConnection cn,
   URACL acl
)
public:
static void SaveACL( 
   BPMConnection^ cn,
   URACL^ acl
) 

Parameters

cn
acl
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

UserResourceSecurityManager Class
UserResourceSecurityManager Members

Send Feedback