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