Gets child items the current user is allowed to access.
Namespace:
N2Assembly: N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)
Syntax
| C# |
|---|
public virtual ItemList GetChildren() |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetChildren As ItemList |
| Visual C++ |
|---|
public: virtual ItemList^ GetChildren() |
Return Value
A list of content items.
Remarks
This method is used by N2 for site map providers, and for data source controls. Keep this in mind when overriding this method.