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

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

Gets the name of the membership provider used to authenticate the subscriber. 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 string MembershipProviderName { get; }

Property Value

Type: String
The name of the membership provider.
Remarks

Another use of this property could be a connection string to an external database, a path to a file or an LDAP-path to the place in Active Directory where the person's personal data can be found.
See Also

Reference