Represents an item in a SharePoint library.
상속 계층
System.Object
ReportService2006.CatalogItem
네임스페이스: ReportService2006
어셈블리: ReportService2006(ReportService2006.dll)
구문
‘선언
Public Class CatalogItem
‘사용 방법
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
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. |
![]() |
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 SharePoint 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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.