XmlSchedulerProvider Constructor (XmlDocument) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic XmlSchedulerProvider(
XmlDocument doc
)
Public Sub New (
doc As XmlDocument
)
public:
XmlSchedulerProvider(
XmlDocument^ doc
)
new :
doc : XmlDocument -> XmlSchedulerProvider
Parameters
- doc
- Type: System.XmlXmlDocument
The document instance to use as a data store.
See Also