Represents a shared folder.
<SharedFolder> <extension base="Folder"> <ref="rights"/> <acl type="FolderACL"/> <owner type="UUID"/> <isSharedByMe type="boolean"/> <isSharedToMe type="boolean"/>
Specifies the rights that user2 has to a folder.
Specifies the rights that user1 gives to user2 during the creation of the folder.
Specifies the owner of the folder.
Specifies if you shared this folder with other users. For example, if user1 shares a folder with user2, the isSharedByMe is True for user1.
Specifies if another user shared this folder with you. For example, if user1 shares a folder with user2, the isSharedToMe is True for user2.