RSS Documentation
SaveACL Method (SecurityManager)



Syntax
'Declaration
 
Public Shared Sub SaveACL( _
   ByVal cn As BPMConnection, _
   ByVal resType As BPM.SecurityResType, _
   ByVal resName As String, _
   ByVal acl As ACL _
) 
'Usage
 
Dim cn As BPMConnection
Dim resType As BPM.SecurityResType
Dim resName As String
Dim acl As ACL
 
SecurityManager.SaveACL(cn, resType, resName, acl)
public static void SaveACL( 
   BPMConnection cn,
   BPM.SecurityResType resType,
   string resName,
   ACL acl
)
public:
static void SaveACL( 
   BPMConnection^ cn,
   BPM.SecurityResType resType,
   String^ resName,
   ACL^ acl
) 

Parameters

cn
resType
resName
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

SecurityManager Class
SecurityManager Members

Send Feedback