Click or drag to resize
Askia

IPageTemplateCreationResult Properties

The IPageTemplateCreationResult type exposes the following members.

Properties
  NameDescription
Public propertyError
Error that has been generated by the called method,
it could be null when the called method succeed (Success is true).
(Inherited from IMethodResult.)
Public propertyPageTemplate
Created Page template on success
Public propertySuccess
Indicates if the method called was successfully executed
(Inherited from IMethodResult.)
Top
See Also