mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
get_workflowSubscriptionId should return a SP.Guid
This commit is contained in:
4
sharepoint/SharePoint.d.ts
vendored
4
sharepoint/SharePoint.d.ts
vendored
@@ -8448,7 +8448,7 @@ declare module SP.WorkflowServices {
|
||||
/** Specifies the custom status set by workflow authors. */
|
||||
set_userStatus(value: string): string;
|
||||
/** Gets the unique identifier (GUID) of the subscription that instantiates the WorkflowInstance */
|
||||
get_workflowSubscriptionId(): string;
|
||||
get_workflowSubscriptionId(): SP.Guid;
|
||||
/** This method is internal and is not intended to be used in your code. */
|
||||
initPropertiesFromJson(parentNode: any): void;
|
||||
|
||||
@@ -11205,4 +11205,4 @@ declare module SP {
|
||||
|
||||
get_Columns(): SP.JsGrid.ColumnInfo[];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user