Skip to main content Skip to complementary content

CreateDraft Method

Overloads

CreateDraft(String)

Creates a draft of an object.

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

Replace the published object by the content of the draft by invoking the CommitDraft method.

CreateDraft(String)

Creates a draft of an object.

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

Replace the published object by the content of the draft by invoking the CommitDraft method.

Declaration

      [Obsolete("")]
public string CreateDraft([QixName("qId")] string id)
    

Parameters

Type Name Description
System.String id

Identifier of the object to create a draft from.

Returns

Type Description
System.String

Implements

Remarks

The identifier is set by the engine.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!