Namespace:
RainWorx.FrameWorx.Providers.Fee
Assembly: RainWorx.FrameWorx.Providers.Fee (in RainWorx.FrameWorx.Providers.Fee.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Providers.Fee (in RainWorx.FrameWorx.Providers.Fee.dll) Version: 3.5
Syntax
C#
protected bool EnsureSiteProperty( string actingUserName, string propertyName, CustomFieldType fieldType, string defaultValue, int displayOrder, bool required, int categoryId, string enumList )
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
- Type: SystemString
Return Value
Type: BooleanSee Also