Class ImageVaultReferenceUtil
Summary description for ImageVaultReferenceUtil.
Inheritance
System.Object
ImageVaultReferenceUtil
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.EPiServer
Assembly: ImageVault.EPiServer.dll
Syntax
public static class ImageVaultReferenceUtil
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 |