Method | Description | |
---|---|---|
AddFiles ( string files ) : void | ||
IsPhotoFile ( string fileName ) : bool | ||
IsVideoFile ( string fileName ) : bool | ||
RemoveFiles ( string files ) : void | ||
UploadPhotosViewModel ( IMediaUploadService uploadService, IAlbumContext albumContext ) : System |
Method | Description | |
---|---|---|
IsInSizeLimits ( string fileName ) : bool | ||
IsSupported ( string fileName ) : bool |
public IsPhotoFile ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public IsVideoFile ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public UploadPhotosViewModel ( IMediaUploadService uploadService, IAlbumContext albumContext ) : System | ||
uploadService | IMediaUploadService | |
albumContext | IAlbumContext | |
return | System |