Compartir a través de


CatalogItem Miembros

Represents an item in a SharePoint library.

El tipo CatalogItem expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico CatalogItem Initializes a new instance of the CatalogItem class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio