C# 클래스 XWiki.XmlRpc.Attachment

Contains the attributes of a page.
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
comment String
contentType String
created System.DateTime
creator String
fileName String
fileSize String
pageId String
title String
url String

공개 메소드들

메소드 설명
Attachment ( String _pageId ) : System

Constructor, initializes the fields with the default values. Creates a new Attacment instance. The name of the document containing the attachment.

메소드 상세

Attachment() 공개 메소드

Constructor, initializes the fields with the default values. Creates a new Attacment instance. The name of the document containing the attachment.
public Attachment ( String _pageId ) : System
_pageId String
리턴 System

프로퍼티 상세

comment 공개적으로 프로퍼티

Comment on file attachment.
public String comment
리턴 String

contentType 공개적으로 프로퍼티

The mime-type of the attachment.
public String contentType
리턴 String

created 공개적으로 프로퍼티

The date when the file was created.
public DateTime,System created
리턴 System.DateTime

creator 공개적으로 프로퍼티

The user that attached the file.
public String creator
리턴 String

fileName 공개적으로 프로퍼티

The name of the file.
public String fileName
리턴 String

fileSize 공개적으로 프로퍼티

Filesize in bytes.
public String fileSize
리턴 String

pageId 공개적으로 프로퍼티

The id of the page: '[wiki:]Space.page[?param1=value1..]'
public String pageId
리턴 String

title 공개적으로 프로퍼티

The title of the attachment.
public String title
리턴 String

url 공개적으로 프로퍼티

The download url for the attachment.
public String url
리턴 String