JAMS Developer Guide
RemoveAuditRuleAll(FolderAuditRule) Method


MVPSI.JAMS Namespace > FolderSecurity Class > RemoveAuditRuleAll Method : RemoveAuditRuleAll(FolderAuditRule) Method
Removes all instances of the FolderAuditRule from the FolderSecurity object.
Syntax
'Declaration
 
Public Overloads Sub RemoveAuditRuleAll( _
   ByVal rule As FolderAuditRule _
) 
'Usage
 
Dim instance As FolderSecurity
Dim rule As FolderAuditRule
 
instance.RemoveAuditRuleAll(rule)
public void RemoveAuditRuleAll( 
   FolderAuditRule rule
)

Parameters

rule
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

FolderSecurity Class
FolderSecurity Members
Overload List