Loads an instance of the object based on the Id.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static TYPE Load( KEY id )
Public Shared Function Load ( _ id As KEY _ ) As TYPE
public: static TYPE Load ( KEY id )
Parameters
- id
- KEY
The unique identifier of the object
Return Value
[Missing <returns> documentation for M:BlogEngine.Core.BusinessBase`2.Load(`1)]
See Also
BlogEngine.Core Namespace