SocialFolderVO Data Type

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

Example

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