SocialFolderVO Data Type

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

Example

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