IGlobalExportsRemove Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Remove(
string name
)
Function Remove (
name As String
) As Boolean
bool Remove(
String^ name
)
abstract Remove :
name : string -> bool
Parameters
- name
- Type: SystemString
Name of the export entry to remove.
Return Value
Type:
BooleanTrue if an export with a matching name exists, false otherwise.
See Also