You are here

SkyVaultRepositorySession

SkyVaultRepositorySession

This section describes the SkyVaultRepositorySession class.

The SkyVaultRepositorySession class contains methods to manage a SkyVault repository session.

Class declaration

@interface SkyVaultRepositorySession : NSObject <AlfrescoSession>

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.