Class ImageVaultReferenceUtil
Summary description for ImageVaultReferenceUtil.
Inheritance
System.Object
ImageVaultReferenceUtil
Namespace: ImageVault.EPiServer
Assembly: ImageVault.EPiServer.dll
Syntax
public static class ImageVaultReferenceUtil : Object
Methods
IterateAllImageVaultReferencesInHtml(String, Func<ImageVaultReference, Boolean>)
Parses the supplied HTML and looks for internal ImageVault links and replaces them with published ones.
Declaration
public static string IterateAllImageVaultReferencesInHtml(string html, Func<ImageVaultReference, bool> processor)
Parameters
Type | Name | Description |
---|---|---|
System.String | html | The html to parse |
System.Func<ImageVaultReference, System.Boolean> | processor |
Returns
Type | Description |
---|---|
System.String |