You are here: RainWorx.FrameWorx.Providers Namespaces > RainWorx.FrameWorx.Providers.Payment Namespaces > RainWorx.FrameWorx.Providers.Payment > AddPaymentProviderSiteProperty Method

PaymentProviderBaseAddPaymentProviderSiteProperty Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.Providers.Payment
Assembly:  RainWorx.FrameWorx.Providers.Payment (in RainWorx.FrameWorx.Providers.Payment.dll) Version: 3.5

Syntax

C#
protected bool AddPaymentProviderSiteProperty(
	string actingUserName,
	string propertyName,
	CustomFieldType fieldType,
	string defaultValue,
	int displayOrder,
	bool required,
	int categoryID,
	string enumList = null,
	CustomFieldAccess visibility = CustomFieldAccess.Admin,
	CustomFieldAccess mutability = CustomFieldAccess.Admin,
	bool encrypted = false
)

Parameters

actingUserName
Type: SystemString
propertyName
Type: SystemString
fieldType
Type: RainWorx.FrameWorx.DTOCustomFieldType
defaultValue
Type: SystemString
displayOrder
Type: SystemInt32
required
Type: SystemBoolean
categoryID
Type: SystemInt32
enumList (Optional)
Type: SystemString
visibility (Optional)
Type: RainWorx.FrameWorx.DTOCustomFieldAccess
mutability (Optional)
Type: RainWorx.FrameWorx.DTOCustomFieldAccess
encrypted (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.