InsertAdvancedImageOwnAttributes Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that defines attributes to be used on the image element. The default value is an empty string (no attributes are defined).

Namespace: ContentStudio.Site.ActiveScripting.EPT
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string OwnAttributes { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value (Nothing in Visual Basic) value was supplied.
XmlExceptionThe value is not a valid attribute part of an HTML element.
Remarks

The value of this property must either be empty or a valid attribute syntax (i.e. onchange="onClick();" style="color: grey")..
See Also

Reference