AlfrescoCloudNetwork Class Reference
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
-
identifier
identifier string for network/tenant
property -
isHomeNetwork
flag indicating whether the network object is the Home network
property -
isPaidNetwork
flag indicating whether this is a paid network
property -
subscriptionLevel
the subscription level for this network
property -
createdAt
the date the network was created at
property -
isEnabled
the flag indicating whether this network is enabled
property
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