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

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

Syntax

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

Return Value

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

See Also