C# Класс XWiki.XmlRpc.Attachment

Contains the attributes of a page.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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