Click or drag to resize

IPcrOverridesDocumentRemovePcrOverride Method


Removes the localization document for the specified Page Creation Rule.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool RemovePcrOverride(
	string pcrId
)

Parameters

pcrId
Type: SystemString
ID of the Page Creation Rule whose override document to remove.

Return Value

Type: Boolean
True if the localization document exists for the specified Page Creation Rule, and is successfully removed. False otherwise.
Remarks
A false return value does not necessarily indicate a failure to remove the localization document. It could also mean the document was not found in the collection of override documents, and therefore could not be removed.
See Also