Returns all entries from the aspnet_paths table (personalizable entities).

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual EntityCollection<AspnetPathsEntity> GetAllPaths()
Visual Basic
Public Overridable Function GetAllPaths As EntityCollection(Of AspnetPathsEntity)
Visual C++
public:
virtual EntityCollection<AspnetPathsEntity^>^ GetAllPaths()
F#
abstract GetAllPaths : unit -> EntityCollection<AspnetPathsEntity> 
override GetAllPaths : unit -> EntityCollection<AspnetPathsEntity> 

Return Value

Type: EntityCollection<(Of <(<'AspnetPathsEntity>)>)>
Collection with all paths.

Implements

IPageBLL..::..GetAllPaths()()()()

See Also