PublicAPI.Portal.Objects.Common.Attachment.Create ELMA API Documentation
Create attachment
 
 
Syntax

public Attachment Create(
	BinaryFile file,
	User creationAuthor
)

Parameters

file
Type: BinaryFile
File to attach
creationAuthor
Type: User
Created by. Object. Access path: PublicAPI.Portal.Security.User

Return Value

Type: Attachment
Attachment
See Also