CatalogItem 类
Represents an item in a SharePoint library.
继承层次结构
System. . :: . .Object
ReportService2006..::..CatalogItem
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.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 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
![]() |
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. |
![]() |
ExecutionDate | Gets the date and time at which a report execution snapshot was last created for a report. |
![]() |
ExecutionDateSpecified | Gets or sets a value that indicates whether the ExecutionDate property is specified. |
![]() |
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. |
![]() |
MimeType | Gets the MIME type of a resource. |
![]() |
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. |
![]() |
Type | 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 ListScheduledReports methods.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
.gif)
.gif)
.gif)