The PathAccessAuthorizationEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAction
Gets file server action that needs to be authorized.
Public propertySupported by the .NET Compact FrameworkFullPath
Gets the full path which needs to be authorized for the specified operations (relative to the root of the user's base filesystem).
Public propertySupported by the .NET Compact FrameworkPath
Gets the path which needs to be authorized for the specified operations (relative to the virtual root of the user's virtual filesystem).
Public propertySupported by the .NET Compact FrameworkRequestedOperations
Gets operations that need to be authorized.
Public propertySupported by the .NET Compact FrameworkSession
Gets server session.
Public propertySupported by the .NET Compact FrameworkUser
Gets the FileServerUser which needs the path access authorization.

See Also