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

ContentType Event

Fired for each content type.

Syntax

typedef void __fastcall (__closure *TibrSPSiteContentTypeEvent)(System::TObject* Sender, TibrSPSiteContentTypeEventParams *e);

__property TibrSPSiteContentTypeEvent OnContentType = {read=FOnContentType, write=FOnContentType};

typedef struct {
     String Id;
     String Name;
     String Group;
     String Description;
     String Version;
} TibrSPSiteContentTypeEventParams;

Remarks

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

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