C# Class XWiki.XmlRpc.Attachment

Contains the attributes of a page.
Afficher le fichier Open project: xwiki-contrib/xwiki-office Class Usage Examples

Méthodes publiques

Свойство Type Description
comment String
contentType String
created System.DateTime
creator String
fileName String
fileSize String
pageId String
title String
url String

Méthodes publiques

Méthode Description
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.

Method Details

Attachment() public méthode

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
Résultat System

Property Details

comment public_oe property

Comment on file attachment.
public String comment
Résultat String

contentType public_oe property

The mime-type of the attachment.
public String contentType
Résultat String

created public_oe property

The date when the file was created.
public DateTime,System created
Résultat System.DateTime

creator public_oe property

The user that attached the file.
public String creator
Résultat String

fileName public_oe property

The name of the file.
public String fileName
Résultat String

fileSize public_oe property

Filesize in bytes.
public String fileSize
Résultat String

pageId public_oe property

The id of the page: '[wiki:]Space.page[?param1=value1..]'
public String pageId
Résultat String

title public_oe property

The title of the attachment.
public String title
Résultat String

url public_oe property

The download url for the attachment.
public String url
Résultat String