Click or drag to resize
ExtendList<ListType, ExtensionType>.With Method
Extends the object with the given static extension

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static GenericProperty<ExtensionType> With(
	string itemName
)

Parameters

itemName
Type: System.String
Item name

Return Value

Type: GenericProperty<ExtensionType>
See Also