AccessUpdater
The AccessUpdater object contains the information used to update the access descriptor of a Zenfolio object.
AccessUpdater
{
AccessMask AccessMask,
AccessType AccessType,
string[] Viewers,
string Password,
bool IsDerived,
string PasswordHint // new in version 1.6
}Members
- AccessMask
- Specifies the new access mask for the object
- AccessType
- Specifies the new access type for the object: Private, Public, UserList, or Password
- Viewers
- Specifies the list of login names of users who will be allowed to access the object. This field is used only if AccessType is set to UserList.
- Password
- Specifies the password that needs to be entered to access the object. This field is used only if AccessType is set to Password.
- IsDerived
- Specifies whether this object inherits access control settings from its parent. If this field is set to True, all other AccessUpdater fields are ignored.
- PasswordHint
- Specifies the new password hint. This field is new in API version 1.6.
See also