SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

Attachment Event

Fired for each attachment.

Syntax

[VB.NET]
Public Event OnAttachment As OnAttachmentHandler
[C#]
public event OnAttachmentHandler OnAttachment;

public delegate void OnAttachmentHandler(object sender, SplistAttachmentEventArgs e);

class SplistAttachmentEventArgs : EventArgs {
  string URL {get;}
}

Remarks

This event is fired as the result of a call to ListAttachments.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0