This enum determines which DataMembers are available to the client. This field is necessary because the request comes from an untrusted source.

[Visual Basic]
Public Enum DataMemberSecurity
[C#]
public enum DataMemberSecurity

Members

Member NameDescription
a
Default Default - mose secure - only the default DataMember is available to the client.
IncludeDataMemberSubset IncludeDataMemberSubset - Only DataMembers contained in the DataMember subset are available to the client. Add each required DataMember to the ArrayList DataMemberSubset.
ExcludeDataMemberSubset ExcludeFieldSubset - All DataMembers are available to the client EXCEPT those contained in the DataMember subset. Add each excluded field to the ArrayList DataMemberSubset.
AllDataMembers AllDataMembers - least secure - all DataMembers are available to the client.

Requirements

Namespace: Cambro.Web.DbCombo Namespace

Assembly: Cambro.Web.DbCombo.dll

See Also

Cambro.Web.DbCombo Namespace