Classe CatalogItem

Represents an item in a SharePoint library.

Gerarchia di ereditarietà

System.Object
  ReportService2006.CatalogItem

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Class CatalogItem
'Utilizzo
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
type CatalogItem =  class end
public class CatalogItem

Nel tipo CatalogItem sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CatalogItem Initializes a new instance of the CatalogItem class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CreatedBy Gets the name of the user who originally added the item to the SharePoint library.
Proprietà pubblica CreationDate Gets the date and time that the item was added to the SharePoint library.
Proprietà pubblica CreationDateSpecified Gets or sets a value that indicates whether the CreationDate property is specified.
Proprietà pubblica Description Gets the description of an item.
Proprietà pubblica ExecutionDate Gets the date and time at which a report execution snapshot was last created for a report.
Proprietà pubblica ExecutionDateSpecified Gets or sets a value that indicates whether the ExecutionDate property is specified.
Proprietà pubblica Hidden Gets a value that indicates whether an item is hidden on the user interface.
Proprietà pubblica HiddenSpecified Gets or sets a value that indicates whether the Hidden property is specified.
Proprietà pubblica ID Gets the ID of an item.
Proprietà pubblica MimeType Gets the MIME type of a resource.
Proprietà pubblica ModifiedBy Gets the name of the user who last modified the item.
Proprietà pubblica ModifiedDate Gets the date and time the user last modified the item.
Proprietà pubblica ModifiedDateSpecified Gets or sets a value that indicates whether the ModifiedDate property is specified.
Proprietà pubblica Name Gets the name of an item.
Proprietà pubblica Path Gets the full path name of an item.
Proprietà pubblica Size Gets the size, in bytes, of an item.
Proprietà pubblica SizeSpecified Gets or sets a value that indicates whether the Size property is specified.
Proprietà pubblica Type Gets the type of the item.
Proprietà pubblica VirtualPath Gets the virtual SharePoint path of the item.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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 ListScheduledReports methods.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi ReportService2006