Class: slreq.LinkSet
Package: slreq
Delete custom attribute from link set
deleteAttribute(myLinkSet,name,'Force',true)
deleteAttribute(myLinkSet,name,'Force',false)
deleteAttribute(
deletes the custom attribute specified by myLinkSet
,name
,'Force'
,true
)name
from the link set
myLinkSet
, even if the custom attribute is used by links in the link
set.
deleteAttribute(
deletes the custom attribute specified by myLinkSet
,name
,'Force'
,false
)name
from the link set
myLinkSet
only if the custom attribute is not used by links in the link
set.
addAttribute
| inspectAttribute
| slreq.LinkSet
| updateAttribute