SocialFolderVO Data Type

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

Example

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