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.3.169
Syntax string ExternalUrl { get; set; }
Property ExternalUrl As String
Get
Set
property String^ ExternalUrl {
String^ get ();
void set (String^ value);
}
abstract ExternalUrl : string with get, set
Property Value
Type:
StringExamples
Example of using ExternalUrl in a custom hook:
if(contentItem.ExternalUrl.Contains("azure")){
}
See Also