GetFileFoldersByLabelId Method
Gets a list of FileFolder objects based on a label ID.
Required Permissions
FileReadSyntax
public FileFolder[] GetFileFoldersByLabelId(
System.long labelId
)Public Function GetFileFoldersByLabelId( _
ByVal labelId As System.Long _
) As FileFolder()Parameters
| Name | Description |
|---|---|
| labelId | The ID of the label. |
Return Value
An array of FileFolder objects that correspond to the input ID.