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

Example

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