BusinessObjectBase..::..GetPublicProperties Method
Gets all public readable and writable properties of the current object, optionally including those marked with XmlIgnoreAttribute.
Namespace:
AdvantageCMS.Core.Admin.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public List<PropertyInfo> GetPublicProperties( bool XMLIgnore )
Parameters
- XMLIgnore
- Type: Boolean
If true, includes properties marked with XmlIgnoreAttribute; if false, excludes them.

