ICachedMountInfo
in
Holds information about a mount for a user
Tags
Table of Contents
Methods
- getKey() : string
- Get a key that uniquely identifies the mount
- getMountId() : int|null
- Get the id of the configured mount
- getMountPoint() : string
- getMountPointNode() : Node|null
- getMountProvider() : string
- Get the class of the mount provider that this mount originates from
- getRootId() : int
- getRootInternalPath() : string
- Get the internal path (within the storage) of the root of the mount
- getStorageId() : int
- getUser() : IUser
Methods
getKey()
Get a key that uniquely identifies the mount
public
getKey() : string
Tags
Return values
stringgetMountId()
Get the id of the configured mount
public
getMountId() : int|null
Tags
Return values
int|null —mount id or null if not applicable
getMountPoint()
public
getMountPoint() : string
Tags
Return values
string —the mount point of the mount for the user
getMountPointNode()
public
getMountPointNode() : Node|null
Tags
Return values
Node|null —the root node of the mount
getMountProvider()
Get the class of the mount provider that this mount originates from
public
getMountProvider() : string
Tags
Return values
stringgetRootId()
public
getRootId() : int
Tags
Return values
int —the fileid of the root of the mount
getRootInternalPath()
Get the internal path (within the storage) of the root of the mount
public
getRootInternalPath() : string
Tags
Return values
stringgetStorageId()
public
getStorageId() : int
Tags
Return values
int —the numeric storage id of the mount
getUser()
public
getUser() : IUser