DocumentSubscriptionPropertiesDocumentsForSubscription Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets a list of documents that are about to be sent for subscription.

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static ReadOnlyCollection<DocumentsForSubscriptionListItem> DocumentsForSubscription(
	ConnectionId connectionId,
	SessionId sessionId
)

Parameters

connectionId
Type: ContentStudioConnectionId
The connection id.
sessionId
Type: ContentStudio.SecuritySessionId
The session id.

Return Value

Type: ReadOnlyCollectionDocumentsForSubscriptionListItem
A ReadOnlyCollectionT containing DocumentsForSubscriptionListItem that represents documents that should be sent.
Remarks

Only documents that have SubscriptionStatusSendNextTime and are enabled for subscription are included in this list.
See Also

Reference