SocialFolderVO Data Type

Properties
name data type description
parentId number
folderId number
communityAlias string
description string
Properties inherited from SocialDocsDto
socialFolderDescription string
socialFolderId number
socialType string
spaceAlias string
socialFolderEnabled boolean
tenantId number
socialFolderWritePermission boolean
userId string
socialFolderSecurity boolean

Example

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