VERSION 2.1 OR NEWER
Description
Remove an article link from a Kentico page. REST.
Syntax
http://localhost/GNWeb/webdo.ashx?cmd=deleteLink
Parameters
string siteName
XmlDocument (POST)
Return
dataSet
VERSION 2.0 OR OLDER
Description
Remove an article link from a Kentico page. SOAP.
Syntax
DataSet res = DeleteLink(string siteName, XmlElement xmldata)
Parameters
siteName = Kentico site name where to delete a page/document link
xmldata = link information
Example
<deleteLinkData xmlns="">
<cms.menuitem>
<NodeAliasPath>*</NodeAliasPath>
<DocumentCulture>en-us</DocumentCulture>
<ParentNodePathAlias>/News</ParentNodePathAlias>
</cms.menuitem>
</deleteLinkData>