ISiteMapRemoveUserAgent Method
|
Removes a user agent branding from a collection.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveUserAgent(
IUserAgent userAgent
)
Function RemoveUserAgent (
userAgent As IUserAgent
) As Boolean
bool RemoveUserAgent(
IUserAgent^ userAgent
)
abstract RemoveUserAgent :
userAgent : IUserAgent -> bool
Parameters
- userAgent
- Type: Ingeniux.CMSIUserAgent
User agent to remove. Only the value of the name property counts.
Return Value
Type:
BooleanTrue if user agent name exists in collection and removal is successful. Returns false if the name doesn't exist.
See Also