Click or drag to resize
IShortID Interface
Control that supports short IDs.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public interface IShortID

The IShortID type exposes the following members.

Properties
  NameDescription
Public propertyID
Standard ID.
Public propertyShortID
Short ID.
Top
Extension Methods
  NameDescription
Public Extension MethodSetShortID
Sets the short ID to the ID if available.
(Defined by ControlsExtensions.)
Top
See Also