You are here

SkyVaultSite

SkyVaultSite

This section describes the SkyVaultSite class.

The SkyVaultSite class represents a site in the repository.

Class declaration

@interface SkyVaultSite : NSObject <NSCoding>

Properties

Property Description
@property (nonatomic, strong, readonly) NSString *identifier Returns the unique identifier of the site.
@property (nonatomic, strong, readonly) NSString *GUID Returns the globally unique identifier of the site.
@property (nonatomic, assign, readonly) BOOL isMember Returns true if the current user is a member of the site.
@property (nonatomic, assign, readonly) BOOL isPendingMember Returns true if the current user has requested to join the site. If the site is not moderated this will return false.
@property (nonatomic, assign, readonly) BOOL isFavorite Returns true if the current user has added the site as a favorite.
@property (nonatomic, strong, readonly) NSString *shortName Returns the short name of the site.
@property (nonatomic, strong, readonly) NSString *title Returns the title of the site.
@property (nonatomic, strong, readonly) NSString *summary Returns the description of the site.
@property (nonatomic, assign, readonly) SkyVaultSiteVisibility visibility Returns the visibility of the site, such as "public", "moderated" or "private", represented by the SkyVaultSiteVisibility enum.