The AccessType enumeration lists access types that can be assigned to Zenfolio objects.
enum AccessType
{
Private,
Public,
UserList,
Password
}Regardless of the access type assigned to an object, the owner of the object always has full access to the object and its properties.