IActionRemoveAttribute Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid RemoveAttribute(
IAttribute attribute
)
Sub RemoveAttribute (
attribute As IAttribute
)
void RemoveAttribute(
IAttribute^ attribute
)
abstract RemoveAttribute :
attribute : IAttribute -> unit Parameters
- attribute IAttribute
- Attribute to remove
RemarksIf the
Attribute doesn't exist, nothing will happen.
See Also