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