The AlbumBLL type exposes the following members.

Methods

  Name Description
Public method ClearFileAlbumCoverFlags
Clear file album cover flags.
Public method CreateAlbum
Create a photo album.
Public method GetAlbum(Guid)
Retrieves an album.
Public method GetAlbum(Guid, Boolean)
Retrieves an album.
Public method GetAlbumAuthorDetails
Returns album with autor details.
Public method GetAlbumCoverFile
Gets the album cover file.
Public method GetAlbumCoverFileId
Gets the album cover file id.
Public method GetAlbumPhotoCount
Retrieves an album photo count.
Public method GetAlbums(Nullable<(Of <<'(Guid>)>>), Nullable<(Of <<'(Guid>)>>), Guid, Boolean, Int32)
Retrieves a collection of album entities.
Public method GetAlbums(Nullable<(Of <<'(Guid>)>>), Nullable<(Of <<'(Guid>)>>), List<(Of <<'(Guid>)>>), Boolean, Int32, Int32, Int32%)
Retrieves a collection of album entities for the paging scenarios.
Public method GetAlbums(Nullable<(Of <<'(Guid>)>>), Nullable<(Of <<'(Guid>)>>), Guid, Boolean, Int32, Int32, Int32%)
Retrieves a collection of album entities for the paging scenarios.
Public method GetAlbums(Nullable<(Of <<'(Guid>)>>), Nullable<(Of <<'(Guid>)>>), Nullable<(Of <<'(Guid>)>>), List<(Of <<'(Guid>)>>), Boolean, Int32, Int32, Int32%)
Retrieves a collection of album entities for the paging scenarios.
Public method GetMyPhotos
Retrieves a collection of file entities for the paging scenarios.
Public method GetNewAlbums(List<(Of <<'(Guid>)>>), AlbumSortCriteria, Boolean, Int32, Int32, Int32%)
Retrieves all new portal albums, or albums with latest activity dates.
Public method GetNewAlbums(Nullable<(Of <<'(Guid>)>>), List<(Of <<'(Guid>)>>), AlbumSortCriteria, Boolean, Int32, Int32, Int32%)
Retrieves all new portal albums, or albums with latest activity dates.
Public method GetPrefetchPath
Get prefetch path.
Public method SaveAlbum
Save file album.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

See Also