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