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

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

Gets the identifier used to identify the subscriber in the membership provider specified by the MembershipProviderName property. This parameter can be null (Nothing in Visual Basic) if a Membership provider was not used.

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

public Object IdentifierInMembershipProvider { get; }

Property Value

Type: Object
The identifier in membership provider.
Remarks

Use this to specifically identify the subscriber in an external repository indicated by the MembershipProviderName property. If the MembershipProviderName property indicates the key to open the repository this value should uniquely identify the user in that repository.
See Also

Reference