GetFolderDeleteRestrictionsByIds Method
Gets all of the delete restrictions on a set of folders.
Required Permissions
FolderReadSyntax
public FolderDelRestricArray[] GetFolderDeleteRestrictionsByIds(
System.long[] folderIds
)Public Function GetFolderDeleteRestrictionsByIds( _
ByVal folderIds() As System.Long _
) As FolderDelRestricArray()Parameters
| Name | Description |
|---|---|
| folderIds | A set of folders to get restrictions for. |
Return Value
An array of FolderDeleteRestricArray objects corresponding to the input array.
Remarks
If there are no delete restrictions for a particular folder, the corresponding element of the array will contain a null FolderDeleteRestricArray object.