IDavComponentCreateCustomComponent Method
IT Hit WebDAV Classes Reference
Creates a component that can be added to the list of components of this object.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIDavComponent CreateCustomComponent(
string delimiter
)
Function CreateCustomComponent (
delimiter As String
) As IDavComponent
IDavComponent^ CreateCustomComponent(
String^ delimiter
)
abstract CreateCustomComponent :
delimiter : string -> IDavComponent
Parameters
- delimiter
- Type: SystemString
The delimiter.
Return Value
Type:
IDavComponent[Missing <returns> documentation for "M:ITHit.WebDAV.IDavComponent.CreateCustomComponent(System.String)"]
See Also