GetPromoteComponentOrder Method
Gets the order that components should be promoted.
Required Permissions
FilePromoteSyntax
public GetPromoteOrderResults GetPromoteComponentOrder(
out System.DateTime timestamp
)Public Function GetPromoteComponentOrder( _
ByRef timestamp As System.Date _
) As GetPromoteOrderResultsParameters
| Name | Description |
|---|---|
| timestamp | [out] A timestamp for use in later PromoteComponent calls. |
Return Value
A GetPromoteComponentOrderResults object containing information about the promote order.
Remarks
See PromoteComponents for a code sample.