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