CMISContentStreamAllowedType
Definition
typedef NS_ENUM(NSInteger, CMISContentStreamAllowedType ) {
CMISContentStreamNotAllowed,
CMISContentStreamAllowed,
CMISContentStreamRequired,
CMISContentStreamUnknown,
};