Freigeben über


CatalogItem-Member

Represents an item in a SharePoint library.

Der CatalogItem-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode CatalogItem Initializes a new instance of the CatalogItem class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang