API Questions on Kentico API.
Version 6.x > API > StopProcessing View modes: 
User avatar
Member
Member
positivepurchasing - 4/18/2012 5:04:03 AM
   
StopProcessing
I'm new to Kentico and I'm unsure about the property 'StopProcessing' in 'CMSAbstractWebPart'.

Can someone give me a heads up on what it is about and what to do with it.

Cheers

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/18/2012 5:34:43 AM
   
RE:StopProcessing
Hi,

This property is being used in special cases when you want to set the properties or load the data in the web part/control later than usual. For example when using nested controls or controls within a transformation.

By setting this property to true you will stop loading the properties, set the properties you want, set the stop processing property to false again and call the RelaodData method.

Best regards,
Juraj Ondrus

User avatar
Member
Member
positivepurchasing - 4/18/2012 5:57:39 AM
   
RE:StopProcessing
Thank you Juraj.