PassedInSubscriptionXmlDataIdentifier Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the identifier for this subscription definition. This property in null unless this data represents a ContentStudioEvents.OnDocumentSubscription event.

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Nullable<Guid> Identifier { get; }

Property Value

Type: NullableGuid
The identifier. This value can be null (Nothing in Visual Basic) if the subscription definition has not been saved for the first time.
See Also

Reference