GalleryVO Data Type
| name | data type | description |
|---|---|---|
| galleryId | number | |
| name | string | |
| type | SocialMediaType | |
Properties inherited from SocialFolderVO |
||
| parentId | number | |
| folderId | number | |
| communityAlias | string | |
| description | string | |
Properties inherited from SocialDocsDto |
||
| spaceAlias | string | |
| socialType | string | |
| socialFolderDescription | string | |
| socialFolderEnabled | boolean | |
| tenantId | number | |
| userId | string | |
| socialFolderId | number | |
| socialFolderSecurity | boolean | |
| socialFolderWritePermission | boolean | |
Example
{
"galleryId" : 12345,
"name" : "...",
"type" : "PHOTO",
"parentId" : 12345,
"folderId" : 12345,
"communityAlias" : "...",
"description" : "...",
"spaceAlias" : "...",
"socialType" : "...",
"socialFolderDescription" : "...",
"socialFolderEnabled" : true,
"tenantId" : 12345,
"userId" : "...",
"socialFolderId" : 12345,
"socialFolderSecurity" : true,
"socialFolderWritePermission" : true
}