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