GetFolderMoveRestrictions Method
Gets all move restrictions on a folder.
Required Permissions
FolderCreateSyntax
public DocRestric[] GetFolderMoveRestrictions(
System.long folderId,
System.long newParentFolderId
)Public Function GetFolderMoveRestrictions( _
ByVal folderId As System.Long, _
ByVal newParentFolderId As System.Long _
) As DocRestric()Parameters
| Name | Description |
|---|---|
| folderId | The the folder to move. |
| newParentFolderId | The new parent folder (the folder location to move the old folder to). |
Return Value
An array of restrictions for moving the folder. Null will be returned if there are no restrictions.