Put this attribute on properties to make Orckestra CMS skip them when infering C1 Function parameters from a class.
If you need a property on your class, but do not want this property to be part of the C1 Function signature use this attrobute.
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
Examples
Here is an example of how to use FunctionParameterIgnoreAttribute to make Orckestra CMS skip a property when infering parameters:
CopyC#

[FunctionParameterIgnore()] public int ItemCount { get; set; }