GalleryVO Data Type

Properties
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
socialFolderSecurity boolean
tenantId number
spaceAlias string
userId string
socialFolderEnabled boolean
socialFolderDescription string
socialType string
socialFolderId number
socialFolderWritePermission boolean

Example

{
  "galleryId" : 12345,
  "name" : "...",
  "type" : "VIDEO",
  "parentId" : 12345,
  "folderId" : 12345,
  "communityAlias" : "...",
  "description" : "...",
  "socialFolderSecurity" : true,
  "tenantId" : 12345,
  "spaceAlias" : "...",
  "userId" : "...",
  "socialFolderEnabled" : true,
  "socialFolderDescription" : "...",
  "socialType" : "...",
  "socialFolderId" : 12345,
  "socialFolderWritePermission" : true
}