Table of Contents

Class SortIndexAttribute

Namespace
Dynamicweb.Content.Items.Annotations
Assembly
Dynamicweb.dll

Provides information about the position object.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class SortIndexAttribute : Attribute
Inheritance
SortIndexAttribute
Inherited Members

Constructors

SortIndexAttribute(int)

Initializes a new instance of an object.

public SortIndexAttribute(int idx)

Parameters

idx int

Sort index.

Properties

Index

public int Index { get; set; }

Property Value

int
To top