| FileRemoveAllExplicitAccessRules Method (Boolean) |
Removes all explicit access rules from this file.
Namespace:
Galactic.FileSystem
Assembly:
Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool RemoveAllExplicitAccessRules(
bool commitChanges
)
Public Function RemoveAllExplicitAccessRules (
commitChanges As Boolean
) As Boolean
public:
bool RemoveAllExplicitAccessRules(
bool commitChanges
)
member RemoveAllExplicitAccessRules :
commitChanges : bool -> bool
Parameters
- commitChanges
- Type: SystemBoolean
Indicates whether changes should be commited to this file. Useful when combining multiple commands.
Return Value
Type:
BooleanTrue if access was removed. False otherwise.
See Also