SocialFolderVO Data Type

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

Example

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