Inherits from NSObject
Declared in AlfrescoCloudNetwork.h

Overview

The AlfrescoCloudNetwork stores defines properties for a particular network/tenant.

Author: Gavin Cornwell (Alfresco), Tijs Rademakers (Alfresco), Peter Schmidt (Alfresco)

Tasks

Properties

createdAt

the date the network was created at

@property (nonatomic, strong) NSDate *createdAt

Discussion

the date the network was created at

Declared In

AlfrescoCloudNetwork.h

identifier

identifier string for network/tenant

@property (nonatomic, strong) NSString *identifier

Discussion

identifier string for network/tenant

Declared In

AlfrescoCloudNetwork.h

isEnabled

the flag indicating whether this network is enabled

@property (nonatomic, assign) BOOL isEnabled

Discussion

the flag indicating whether this network is enabled

Declared In

AlfrescoCloudNetwork.h

isHomeNetwork

flag indicating whether the network object is the Home network

@property (nonatomic, assign) BOOL isHomeNetwork

Discussion

flag indicating whether the network object is the Home network

Declared In

AlfrescoCloudNetwork.h

isPaidNetwork

flag indicating whether this is a paid network

@property (nonatomic, assign) BOOL isPaidNetwork

Discussion

flag indicating whether this is a paid network

Declared In

AlfrescoCloudNetwork.h

subscriptionLevel

the subscription level for this network

@property (nonatomic, strong) NSString *subscriptionLevel

Discussion

the subscription level for this network

Declared In

AlfrescoCloudNetwork.h