maxon.FileAssetInterface¶
Description¶
An Asset represents digital content which can be managed by an maxon.AssetRepositoryRef
“asset repository”.
The management includes versioning, meta data and automatic updates.
Attributes¶
Methods Signature¶
|
Creates a new |
|
The |
Methods Definition¶
-
static
FileAssetInterface.
Create
(url)¶ Creates a new
maxon.FileAsset
for the givenmaxon.Url
. The returned file asset doesn’t belong to a repository, you have to store it afterwards at a repository. This will change themaxon.Url
to amaxon.Url
within the repository.- Parameters
url (
maxon.Url
) – Themaxon.Url
of the file (or directory) which shall be made an asset.- Returns
The
maxon.FileAsset
wrappingmaxon.Url
.- Return type