IPcrOverridesDocumentRemovePcrOverride Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool RemovePcrOverride(
string pcrId
)
Function RemovePcrOverride (
pcrId As String
) As Boolean
bool RemovePcrOverride(
String^ pcrId
)
abstract RemovePcrOverride :
pcrId : string -> bool
Parameters
- pcrId
- Type: SystemString
ID of the Page Creation Rule whose override document to remove.
Return Value
Type:
BooleanTrue 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