TWebDocumentNoProxy Class

Namespace
OpenTl.Schema
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IWebDocument"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IWebDocument" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TWebDocumentNoProxy"] class Type type-node

Syntax

[Serialize(0xf9c8bcc6)]
public sealed class TWebDocumentNoProxy : IWebDocument, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Attributes TVector<IDocumentAttribute>
MimeType string
MimeTypeAsBinary byte[]
Binary representation for the 'MimeType' property
Size int
Url string
UrlAsBinary byte[]
Binary representation for the 'Url' property

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils