SocialFolderVO Data Type

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

Example

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