SocialFolderVO Data Type

Properties
name data type description
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

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