SkyVaultSession
This section describes the SkyVaultSession class.
The SkyVaultSession class is the parent class for managing sessions.
Class declaration
@protocol SkyVaultSession <NSObject>
Properties
Property | Description |
---|---|
@property (nonatomic, strong, readonly) SkyVaultFolder *rootFolder | Returns the root folder of the repository this session is connected to. |
@property (nonatomic, strong, readonly) NSString *personIdentifier | Returns the person identifier with which we have created the session. |
@property (nonatomic, strong, readonly) SkyVaultRepositoryInfo *repositoryInfo | Returns RepositoryInformation object representing the repository the session is connected to. |
@property (nonatomic, strong, readonly) NSURL *baseUrl | Returns the base URL associated to the repository, for example, http://hostname:port/alfresco. |
@property (nonatomic, strong, readonly) SkyVaultListingContext *defaultListingContext | Returns a listing context object with default settings. |