RevokeAccess (UploadedFile object)

Dundas

RevokeAccess (UploadedFile Object)

Call this method to remove an allowance access control entity for a file which has been saved to disk.

Syntax

UploadedFileObject.RevokeAccess(Account As String)

The RevokeAccess method syntax has the following part(s):

Part

Description

Account

The name of a valid Windows account. You can optionally precede the account name with the domain name and a backslash.

  Remarks

This method will throw an exception if an invalid account name has been specified.

The Account argument uses the following syntax: "[Domain\]Username".

See Also: DenyAccess | AllowAccess