| PolicyConditionsAddConditionItem Method (MatchMode, String, String) | 
            Adds a condition item with specified MatchMode
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic void AddConditionItem(
	MatchMode matchMode,
	string name,
	string value
)
Public Sub AddConditionItem ( 
	matchMode As MatchMode,
	name As String,
	value As String
)
public:
void AddConditionItem(
	MatchMode matchMode, 
	String^ name, 
	String^ value
)
member AddConditionItem : 
        matchMode : MatchMode * 
        name : string * 
        value : string -> unit 
Parameters
- matchMode
 - Type: Aliyun.OSSMatchMode
Conditions match mode - name
 - Type: SystemString
Condition name - value
 - Type: SystemString
Condition value 
See Also