IPcrOverridesDocumentRemovePcrOverride Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemovePcrOverride(
string pcrId
)
Function RemovePcrOverride (
pcrId As String
) As Boolean
bool RemovePcrOverride(
String^ pcrId
)
abstract RemovePcrOverride :
pcrId : string -> bool Parameters
- pcrId String
- ID of the Page Creation Rule whose override document to remove.
Return Value
BooleanTrue if the
localization document exists for the specified
Page Creation Rule, and is successfully removed. False otherwise.
RemarksA 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