| MultipartUploadListingCommonPrefixes Property  | 
            Gets all the common prefixes (which could be thought as virtual 'folder').
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic IEnumerable<string> CommonPrefixes { get; }Public ReadOnly Property CommonPrefixes As IEnumerable(Of String)
	Get
public:
property IEnumerable<String^>^ CommonPrefixes {
	IEnumerable<String^>^ get ();
}member CommonPrefixes : IEnumerable<string> with get
Property Value
Type: 
IEnumerableString
See Also