Click or drag to resize
AppCreateDraftAsync Method
Overload List
  NameDescription
Public methodCreateDraftAsync(String, AsyncHandle)

Creates a draft of an object.

This method can be used to create a draft of a sheet that is published. This is a way to continue working on a sheet that is published.

The draft can replace the published sheet by invoking the CommitDraft method.

Public methodCreateDraftAsyncT(String, FuncResponse, T, AsyncHandle)

Creates a draft of an object.

This method can be used to create a draft of a sheet that is published. This is a way to continue working on a sheet that is published.

The draft can replace the published sheet by invoking the CommitDraft method.

Top
See Also