Share

DataShortcuts.DataShortcutManager.PublishedItem Class

The structure contains some information of a Data Shortcut.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DataShortcutsDataShortcutsDataShortcutManagerPublishedItem


Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.8.0.280

Syntax

C#

public class PublishedItem

VB

Public Class PublishedItem

C++

public ref class PublishedItem

The DataShortcutsDataShortcutManagerPublishedItem type exposes the following members.

Constructors

 NameDescription
Public methodDataShortcutsDataShortcutManagerPublishedItemInitializes a new instance of the DataShortcutsDataShortcutManagerPublishedItem class

Fields

 NameDescription
Public fieldDescription Description of the Data Shortcut.
Public fieldDSEntityType Type of the Data Shortcut entity.
Public fieldIsBroken This indicates whether the Data Shortcut is broken or not.
Public fieldName Data Shortcut name.
Public fieldSourceFileName Source file Name.
Public fieldSourceLocation Source location.

See Also

Reference

Was this information helpful?