GetFolderRenameRestrictions Method
Gets all restrictions for renaming a folder.
Required Permissions
FolderCreateSyntax
public DocRestric[] GetFolderRenameRestrictions(
System.long folderId,
System.string newFolderName
)Public Function GetFolderRenameRestrictions( _
ByVal folderId As System.Long, _
ByVal newFolderName As System.String _
) As DocRestric()Parameters
| Name | Description |
|---|---|
| folderId | The folder to update. |
| newFolderName | The new folder name. |
Return Value
An array of restrictions for moving the folder. Null is returned if there are no restrictions.