[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.IAttachment.Upload(System.String,System.Byte[],System.String,System.Int32)"]

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0

Syntax

C#
string Upload(
	string Token,
	byte[] FileStream,
	string ObjectType,
	int ObjectID
)

Parameters

Token
Type: System..::..String

[Missing <param name="Token"/> documentation for "M:QPulseWebServices.Contracts.Service.IAttachment.Upload(System.String,System.Byte[],System.String,System.Int32)"]

FileStream
Type: array<System..::..Byte>[]()[][]

[Missing <param name="FileStream"/> documentation for "M:QPulseWebServices.Contracts.Service.IAttachment.Upload(System.String,System.Byte[],System.String,System.Int32)"]

ObjectType
Type: System..::..String

[Missing <param name="ObjectType"/> documentation for "M:QPulseWebServices.Contracts.Service.IAttachment.Upload(System.String,System.Byte[],System.String,System.Int32)"]

ObjectID
Type: System..::..Int32

[Missing <param name="ObjectID"/> documentation for "M:QPulseWebServices.Contracts.Service.IAttachment.Upload(System.String,System.Byte[],System.String,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.IAttachment.Upload(System.String,System.Byte[],System.String,System.Int32)"]

See Also