Click or drag to resize

IAssetExternalUrl Property


Gets the External URL of the asset. The External URL is dynamically generated by the path of the asset in the Assets Tree.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string ExternalUrl { get; set; }

Property Value

Type: String
Examples
Example of using ExternalUrl in a custom hook:
C#
if(contentItem.ExternalUrl.Contains("azure")){
    //Additional Actions
}
See Also