Table of Contents

Interface IMediaList

Namespace
Org.W3c.Dom.Stylesheets
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IMediaList

Properties

Length

int Length { get; }

Property Value

int

MediaText

String MediaText { get; set; }

Property Value

String

Methods

AppendMedium(String)

void AppendMedium(String arg0)

Parameters

arg0 String

String

Exceptions

DOMException

DeleteMedium(String)

void DeleteMedium(String arg0)

Parameters

arg0 String

String

Exceptions

DOMException

Item(int)

String Item(int arg0)

Parameters

arg0 int

int

Returns

String

String