Version 1.9 - Updated on 05/04/2017
Superclass: NSObject
Declared In: PCShare.h
PCShareResource
stores the definition of a share resource.
checksum
@property (nonatomic,
readonly) NSString *checksum;
Checksum
of the resource.contentToken
@property (nonatomic,
readonly) NSString *contentToken;
ContentToken
of the resource.lastModifiedDate
@property (nonatomic,
readonly) NSDate *lastModifiedDate;
LastModifiedDate
of the resource.location
@property (nonatomic,
readonly) NSString *location;
name
@property (nonatomic,
readonly) NSString *name;
resourceId
@property (nonatomic,
readonly) NSString *resourceId;
size
@property (nonatomic,
readonly) NSNumber *size;
subType
@property (nonatomic,
readonly) NSString *subType;
type
@property (nonatomic,
readonly) NSString *type;
uid
@property (nonatomic,
readonly) NSString *uid;
The resource identifier.
url
@property (nonatomic,
readonly) NSString *url;
The URl of the resource.
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.