Inherits from NSObject
Conforms to NSCoding
Declared in AlfrescoSite.h

Tasks

Properties

shortName

Returns the short name of the site.

@property (nonatomic, strong, readonly) NSString *shortName

Discussion

Returns the short name of the site.

Declared In

AlfrescoSite.h

summary

Returns the description of the site.

@property (nonatomic, strong, readonly) NSString *summary

Discussion

Returns the description of the site.

Declared In

AlfrescoSite.h

title

Returns the title of the site.

@property (nonatomic, strong, readonly) NSString *title

Discussion

Returns the title of the site.

Declared In

AlfrescoSite.h

visibility

The visibility of the site.

@property (nonatomic, assign, readonly) AlfrescoSiteVisibility visibility

Discussion

The visibility of the site.

Declared In

AlfrescoSite.h