Microsoft SDK for Java

getPermissionID

This method of the FileIORequest Class retrieves the permission identifier for the FileIORequest object.

Syntax

public PermissionID getPermissionID();

Return Value

Returns PermissionID.FILEIO.

Remarks

This method satisfies the ISecurityRequest interface and returns PermissionID.FILEIO to indicate that instances of the FileIORequest class are associated with the file I/O permission.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.