SkyVaultCloudSession
This section describes the SkyVaultCloudSession class.
The SkyVaultCloudSession class exposes properties and methods for a connection to a cloud repository.
Class declaration
@interface SkyVaultCloudSession : NSObject <AlfrescoSession>
Properties
Property | Description |
---|---|
@property (nonatomic, strong, readonly) SkyVaultCloudNetwork *network | Returns the current network for the session. |
@property (nonatomic, strong, readonly) NSArray *networks | Returns the list of networks the current user has access to. (Added in SDK version 1.4) |
@property (nonatomic, strong) OAuthData *oauthData | Property representing the OAuthData being used by the session. |
@property (nonatomic, strong, readonly) NSString *personIdentifier | Returns the person identifier which was used to create the session. |
@property (nonatomic, strong, readonly) SkyVaultRepositoryInfo *repositoryInfo | Returns RepositoryInformation object representing the SkyVault in the Cloud server. |
@property (nonatomic, strong, readonly) NSURL *baseUrl | Returns the base URL of the SkyVault in the Cloud server. |
@property (nonatomic, strong, readonly) SkyVaultFolder *rootFolder | Returns the root folder of the network the session represents. |
@property (nonatomic, strong, readonly) SkyVaultListingContext *defaultListingContext | Returns a listing context object with default settings. |