SocialFolderVO Data Type

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

Example

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