AccessDescriptor
The AccessDescriptor snapshot includes access control settings of a Zenfolio object.
AccessDescriptor
{
long RealmId,
AccessType AccessType,
AccessMask AccessMask,
string[] Viewers,
bool IsDerived,
string PasswordHint, // new in version 1.2
string SrcPasswordHint // new in version 1.2
}Members
- RealmId
- 64-bit identifier of the access realm this objects belongs to
- AccessType
- Object access type. The possible values are Private, Public, UserList, and Password.
- AccessMask
- Object access mask
- Viewers
- An array of user names of those users who were granted access to this object. This member is only used if AccessType was set to UserList. This field is only loaded when the request is made by the object owner.
- IsDerived
- Indicates that the object inherits its access control settings from the parent object
- PasswordHint
- Returns the password hint. This field is only meaningful if AccessType is set to Password. If this field is not returned, it means that no password hint was provided by the object owner. This field is new in API version 1.2 and loaded by LoadAccessRealm method.
- SrcPasswordHint
- Returns the hint for the original image password. This field is only meaningful if PasswordProtectOriginals is set in the access mask. If this field is not returned, it means that no original image password hint was provided by the object owner. This field is new in API version 1.2
See Also