Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EPiServerIgnoreDataMemberAttribute

When applied to the property of a type, specifies that the property should not be saved to the Dynamic Data Store.

This should only be used when the property has already been marked with System.Runtime.Serialization.DataContractAttribute for other use (e.g. WCF).

Inheritance
System.Object
EPiServerIgnoreDataMemberAttribute
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public class EPiServerIgnoreDataMemberAttribute : Attribute

Constructors

EPiServerIgnoreDataMemberAttribute()

Declaration
public EPiServerIgnoreDataMemberAttribute()

Extension Methods