SkyVaultTag
This section describes the SkyVaultTag class.
The SkyVaultTag class represents a tag applied to a document in the repository.
Class declaration
@interface SkyVaultTag : NSObject <NSCoding>
Properties
| Property | Description |
|---|---|
| @property (nonatomic, strong, readonly) NSString *identifier | Returns the unique identifier of the tag. |
| @property (nonatomic, strong, readonly) NSString *value | Returns the value of the tag. |