SocialDocsVO Data Type
| name | data type | constraints | description |
|---|---|---|---|
| socialFolderWritePermission | boolean | ||
| socialFolderId | number | ||
| spaceAlias | string | ||
| socialFolderEnabled | boolean | ||
| userId | string | ||
| tenantId | number | required | |
| socialFolderDescription | string | ||
| socialFolderSecurity | boolean |
Example
{
"socialFolderWritePermission" : true,
"socialFolderId" : 12345,
"spaceAlias" : "...",
"socialFolderEnabled" : true,
"userId" : "...",
"tenantId" : 12345,
"socialFolderDescription" : "...",
"socialFolderSecurity" : true
}