Skip to main content

HS.Test.Types.Attachment

class HS.Test.Types.Attachment extends HS.Test.Types.Base

Property Inventory

Method Inventory

Properties

property Body as %CSP.BinaryStream;
Use for binary/base64 content
Property methods: BodyDelete(), BodyGet(), BodyGetObject(), BodyGetObjectId(), BodyGetSwizzled(), BodyIsValid(), BodyNewObject(), BodyOid(), BodyOpen(), BodySet(), BodySetObject(), BodySetObjectId(), BodyUnSwizzle()
property ContentId as %String);
Property methods: ContentIdDisplayToLogical(), ContentIdGet(), ContentIdIsValid(), ContentIdLogicalToDisplay(), ContentIdLogicalToOdbc(), ContentIdNormalize(), ContentIdSet()
property ContentTransferEncoding as %String);
Property methods: ContentTransferEncodingDisplayToLogical(), ContentTransferEncodingGet(), ContentTransferEncodingIsValid(), ContentTransferEncodingLogicalToDisplay(), ContentTransferEncodingLogicalToOdbc(), ContentTransferEncodingNormalize(), ContentTransferEncodingSet()
property ContentType as %String);
Property methods: ContentTypeDisplayToLogical(), ContentTypeGet(), ContentTypeIsValid(), ContentTypeLogicalToDisplay(), ContentTypeLogicalToOdbc(), ContentTypeNormalize(), ContentTypeSet()
property Location as %String);
Load the content from a URL/file/XData
Property methods: LocationDisplayToLogical(), LocationGet(), LocationIsValid(), LocationLogicalToDisplay(), LocationLogicalToOdbc(), LocationNormalize(), LocationSet()
property Text as %Stream.GlobalCharacter (CONTENT = "MIXED");
Use for text/XML content
Property methods: TextDelete(), TextGet(), TextGetObject(), TextGetObjectId(), TextGetSwizzled(), TextIsValid(), TextNewObject(), TextOid(), TextOpen(), TextSet(), TextSetObject(), TextSetObjectId(), TextUnSwizzle()

Methods

method GetBody(Output pSC As %Status = $$$OK) as %CSP.BinaryStream

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab