IPublishingTargetSetRelativePublishFolder Method
|
Set the relative pub folder
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SetRelativePublishFolder(
string value
)
Sub SetRelativePublishFolder (
value As String
)
void SetRelativePublishFolder(
String^ value
)
abstract SetRelativePublishFolder :
value : string -> unit
Parameters
- value
- Type: SystemString
Name of the folder, alpha numeric only
See Also