Share via


AclEntry.ToString Method

Definition

Overloads

ToString()
ToString(Boolean)

Returns the string format of each ACL entry

ToString()

public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

Applies to

ToString(Boolean)

Returns the string format of each ACL entry

public string ToString (bool removeAcl);
override this.ToString : bool -> string
Public Function ToString (removeAcl As Boolean) As String

Parameters

removeAcl
Boolean

True if is called while removing ACLs

Returns

Acl entry in a string format where each part is delimited by ':'

Applies to