OdfAssetIndex.byKind
const(OdfAsset)[] byKind(OdfAssetKind kind) constReturns all assets matching the given kind.
Parameters
kind | The OdfAssetKind to filter by. |
Returns
An array of matching assets.
const(OdfAsset)[] byKind(OdfAssetKind kind) constReturns all assets matching the given kind.
kind | The OdfAssetKind to filter by. |