Class ContentAssetHelper
Helper class used when working with assets.
Inheritance
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public abstract class ContentAssetHelper : Object
Constructors
ContentAssetHelper()
Declaration
protected ContentAssetHelper()
Methods
GetAssetFolder(ContentReference)
Gets the asset folder for a content item
Declaration
public abstract ContentAssetFolder GetAssetFolder(ContentReference contentLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content to get asset folder for. |
Returns
Type | Description |
---|---|
Content |
The asset folder or |
Exceptions
Type | Condition |
---|---|
EPi |
Thrown when the content cannot be found |
System. |
When contentLink is null or empty |
GetAssetOwner(ContentReference)
Gets the owner for a content item (assuming the content is an asset inside the asset folder)
Declaration
public abstract IContent GetAssetOwner(ContentReference contentLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content to get asset folder for. |
Returns
Type | Description |
---|---|
IContent | The asset folder or |
Exceptions
Type | Condition |
---|---|
EPi |
Thrown when the content cannot be found |
System. |
When contentLink is null or empty |
GetMedia(ContentReference, String, Guid)
Gets a media item given parent and name and guid based id.
Declaration
public abstract IContentMedia GetMedia(ContentReference parentLink, string mediaName, Guid mediaId)
Parameters
Type | Name | Description |
---|---|---|
Content |
parentLink | The parent link. |
System. |
mediaName | Name of the media. |
System. |
mediaId | The media id. |
Returns
Type | Description |
---|---|
IContent |
Remarks
If the media exist it is returned, otherwise a new media item is created (but not saved)
Exceptions
Type | Condition |
---|---|
System. |
mediaName must contain a valid extension |
GetOrCreateAssetFolder(ContentReference)
Gets or creates the asset folder for a content item
Declaration
public abstract ContentAssetFolder GetOrCreateAssetFolder(ContentReference contentLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content to get or create asset folder for. |
Returns
Type | Description |
---|---|
Content |
The asset folder or |
Remarks
If the passed in content does not have an asset folder one is created.
Exceptions
Type | Condition |
---|---|
EPi |
Thrown when the content cannot be found |
System. |
When contentLink is null or empty |
GetParentFolder(ContentReference, String, Nullable<DateTime>, Boolean)
Gets the parent folder.
Declaration
public abstract IContent GetParentFolder(ContentReference root, string relativePath, Nullable<DateTime> saveTime, bool createIfNotExist)
Parameters
Type | Name | Description |
---|---|---|
Content |
root | The root. |
System. |
relativePath | The relative path. |
System. |
saveTime | The create time. |
System. |
createIfNotExist | if set to |
Returns
Type | Description |
---|---|
IContent |
WriteProperty(IContent, String, String, Boolean)
Writes the property to a content item.
Declaration
public abstract void WriteProperty(IContent content, string propertyName, string propertyValue, bool log)
Parameters
Type | Name | Description |
---|---|---|
IContent | content | The content. |
System. |
propertyName | Name of the property. |
System. |
propertyValue | The property value. |
System. |
log | if set to |
Remarks
If the property has a backing Property