Namespace:
RainWorx.FrameWorx.Providers.Payment
Assembly: RainWorx.FrameWorx.Providers.Payment (in RainWorx.FrameWorx.Providers.Payment.dll) Version: 3.5
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: BooleanSee Also