See: Description
Interface | Description |
---|---|
IFileSystemManager |
Provides operations for manipulating the file system.
|
IPortalBaseFolder |
A portal base folder represents a logical folder known to the portal.
|
Class | Description |
---|---|
AbstractPortalBaseFolder |
Abstract
IPortalBaseFolder implementation, used as base class for
some implementations. |
FileSystemManager |
Implementation of the file system manager.
|
FileSystemManager.WriteFileCommand |
Command used to perform the write operation of a file.
|
PortalFile |
A file that resides inside the portal's controlled file system.
|
PortalFilePath |
Represents a path to a portal file.
|
Enum | Description |
---|---|
PortalBaseFolder |
Specifies a portal standard base folder.
|
It is recommended to use the API available in this package instead of accessing the file system directly to get the following advantages:
The entry points for this package are:
IFileSystemManager
, available at
ManagerFactory.getFileSystemManager()
,
that provides operations on the file system.PortalFile
, extension of File
,
that embeds the features above.ManagerFactory.getFileSystemManager()
,
IFileSystemManager
,
PortalFile
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.