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