Поделиться через


Класс CatalogItem

Represents an item in a report server database or SharePoint library.

Иерархия наследования

System.Object
  ReportService2010.CatalogItem

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class CatalogItem
'Применение
Dim instance As CatalogItem
[SerializableAttribute]
public class CatalogItem
[SerializableAttribute]
public ref class CatalogItem
[<SerializableAttribute>]
type CatalogItem =  class end
public class CatalogItem

Тип CatalogItem обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод CatalogItem Initializes a new instance of the CatalogItem class.

В начало

Свойства

  Имя Описание
Открытое свойство CreatedBy Gets the name of the user who originally added the item to the SharePoint library.
Открытое свойство CreationDate Gets the date and time that the item was added to the SharePoint library.
Открытое свойство CreationDateSpecified Gets or sets a value that indicates whether the CreationDate property is specified.
Открытое свойство Description Gets the description of an item.
Открытое свойство Hidden Gets a value that indicates whether an item is hidden on the user interface.
Открытое свойство HiddenSpecified Gets or sets a value that indicates whether the Hidden property is specified.
Открытое свойство ID Gets the ID of an item.
Открытое свойство ItemMetadata Gets or sets a list of item metadata.
Открытое свойство ModifiedBy Gets the name of the user who last modified the item.
Открытое свойство ModifiedDate Gets the date and time the user last modified the item.
Открытое свойство ModifiedDateSpecified Gets or sets a value that indicates whether the ModifiedDate property is specified.
Открытое свойство Name Gets the name of an item.
Открытое свойство Path Gets the full path name of an item.
Открытое свойство Size Gets the size, in bytes, of an item.
Открытое свойство SizeSpecified Gets or sets a value that indicates whether the Size property is specified.
Открытое свойство TypeName Gets the type of the item.
Открытое свойство VirtualPath Gets the virtual path of the item.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

User-defined properties are not represented in CatalogItem objects. To retrieve user-defined properties, use the Property class by using the GetProperties method.

CatalogItem is returned as output by the ListChildren, and ListScheduledItems(String) methods.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2010