public PhotosSetPerms ( string photoId, bool isPublic, bool isFriend, bool isFamily, PermissionComment permComment, PermissionAddMeta permAddMeta ) : void | ||
photoId | string | The id of the photo to update. |
isPublic | bool | True if the photo is public, False if it is not. |
isFriend | bool | True if the photo is viewable by friends, False if it is not. |
isFamily | bool | True if the photo is viewable by family, False if it is not. |
permComment | PermissionComment | Who can add comments. See |
permAddMeta | PermissionAddMeta | Who can add metadata (notes and tags). See |
return | void |