Inherits from NSObject
Conforms to NSCoding
Declared in AlfrescoTag.h

Overview

The AlfrescoTag represents a tag in an Alfresco repository.

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

Tasks

Properties

identifier

returns identifier of tag as string

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

Discussion

returns identifier of tag as string

Declared In

AlfrescoTag.h

value

returns the tag value

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

Discussion

returns the tag value

Declared In

AlfrescoTag.h