Returns the count of the subfolders

Syntax

Visual Basic (declaration)
Public Function GetSubFoldersCount( _ 
ByVal AuthenticationTicket as String, _ ByVal Path as String) as XmlNode

C# (declaration)
public XmlNode GetSubFoldersCount( 
string AuthenticationTicket, string Path)

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string an infoRouter Folder Path

Return Value

returns xml fragment.
<response success="true" error="" SubFolderCount="4" />
if success attribute is "true", the recycle bin content has been retrived successfully.
if success attribute is "false", the error attribute indicates the encountered error.
SubFolderCount atrribute returns the count of the subfolders

See Also