GetFileDeleteRestrictionsByMasterId Method
Gets all of the delete restrictions on a file.
Required Permissions
FileReadSyntax
public override FileDelRestric[] GetFileDeleteRestrictionsByMasterId(
System.long fileMasterId,
System.long folderId
)Public Overrides NotOverridable Function GetFileDeleteRestrictionsByMasterId( _
ByVal fileMasterId As System.Long, _
ByVal folderId As System.Long _
) As FileDelRestric()Parameters
| Name | Description |
|---|---|
| fileMasterId | The master ID of a file. |
| folderId | The Folder to delete from. |
Return Value
An array of restrictions for deleting that file or null if there are no restrictions.