FindAttachmentUnitFolderPathWithPredicateParams.checkIsAttachmentUnitFolder method
FindAttachmentUnitFolderPathWithPredicateParams › checkIsAttachmentUnitFolder
Whether a folder path is designated as an attachment unit.Signature:
checkIsAttachmentUnitFolder(this: void, folderPath: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| folderPath | string | The vault-relative path of the folder. |
Returns: boolean — true if the folder is designated as an attachment unit, false otherwise.