InsertLinkByPermissionObjectAttributes 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 generated link or button element. The value of this property must either be empty or a valid attribute syntax. The default value is an empty string.

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

public string ObjectAttributes { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value was passed in for this property.
XmlExceptionThe value is not in the proper format
Examples

onchange="onClick();" style="color: grey"
See Also

Reference