PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Combines the two given paths.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public string Combine(
	string path1,
	string path2
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function Combine ( _
	path1 As , _
	path2 As  _
) As 

Parameters

path1
String
path2
String

Return Value

See Also

Advanced