AdvantageCMS.Core.Admin.BaseClasses Namespace
AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

BusinessObjectBase..::..GetPublicProperties Method

Gets all public readable and writable properties of the current object, optionally including those marked with XmlIgnoreAttribute.

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  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.

Return Value

A list of PropertyInfo for the matching public properties.