Find a resource by its Id. Searches children as well.
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public Resource FindById( string id ) |
Visual Basic |
---|
Public Function FindById ( _ id As String _ ) As Resource |
Visual C++ |
---|
public: Resource^ FindById( String^ id ) |
Parameters
- id
- Type: System..::..String