InternalCreate method
Future<List<Item> >
InternalCreate(
- FolderId? destinationFolderId,
- MessageDisposition messageDisposition
Implementation
Future<List<Item>> InternalCreate(
FolderId? destinationFolderId, MessageDisposition messageDisposition) {
(this.PropertyBag[ResponseObjectSchema.ReferenceItemId] as ItemId)
.Assign(this._referenceItem.Id!);
return this.Service.InternalCreateResponseObject(
this, destinationFolderId, messageDisposition);
}